Section A: Objective Type & Short Questions (30 marks) Part one:
Multiple choice:
1 Which one of the following is the value of the variable data work.one;a = 2;b = 3; c = a ** b;run;(1)
6
8
9
None of the above
2 Which one of the following statement can’t be part of “PROC FREQ” (1)
Output
Weight
Set
Tables
3 Which one is not a data type in SAS (1)
Numeric
Date
Character
Boolean
4 Which of the following statements are used to read the delimited raw data file and create a SAS data set (1)
Data, Infile, Input
Data, Set, Input
Data, Set, Infile
Data & Set
5 Which of these is casual modeltechnique (1)
Moving average
Exponential Smoothing
Regression
Trend Model
6 When variance between predicted and actual values is not same, it is called – (1)
Multicolinearity
Heteroskedasticity
Homoscadesticity
Autocorrelation
7 Is there a limitation of records in SAS? (1)
No
Ye
Can’t say
None of the above
8 what is syntax used for assigning library in SAS (1)
LibSet
LibData
Data
Libname
10 Which one is not a window in SAS (1)
Editor
Log
drive
results
11 What is the syntax to print results in SAS (1)
Proc set
Proc print var
Proc Print
Proc Sql
Part Two
1 Write data step to assign work dataset, say ABC with limitation of 10 observations only? (5)
2 Write the role of PDV in SAS (5)
3 Explain lib name function with read-only access (5)
4 What is the starting date in SAS, how does SAS reads any given date (5)
Section B: Caselets (40 marks)
This section consists of
Answer all the questions.
Each Caselet carries
Detailed information should form the part of your answer (Word limit 150 to 200 words
Caselet 1
Answer the question based on data given below. Name of the dataset is class-
Roll Number |
Class |
Age |
Gender |
Subject |
Sports |
001 |
1 |
10 |
M |
Maths |
Cricket |
002 |
1 |
11 |
M |
English |
Tennis |
003 |
2 |
9 |
F |
Maths |
Football |
004 |
4 |
7 |
F |
Science |
Football |
005 |
3 |
7 |
M |
Maths |
Cricket |
006 |
5 |
10 |
F |
Science |
Tennis |
007 |
3 |
7 |
F |
Art |
Cricket |
Questions
Write code to see frequency distribution by Gender & Subject? (10)
Write code to filter student age less than 10 and like football and Maths? (10)
Write code to sort the data by age? (10)
Which sport has the maximum demand, write code tosee proportionate (10)
Section C: Applied Theory (30 marks)
This section consists of Applied Theory
Answer all the questions.
Each question carries
Detailed information should form the part of your answer (Word limit 200 to 250 words).
Explain how SAS can replace excel, talk about 3 key features of SAS? (15)
What is the meaning of debugging in SAS, how can it help in code writing?
(15)
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of