Question 11
There are 451 observations in the data set WORK.STAFF. The following SAS program is submitted:
What will be the value of NewVar when SAS writes the last observation?
Question 12
The following SAS program is submitted:
data work.test;
First = 'Ipswich, England';
City_Country = substr(First,1,7)!!', '!!'England';
run;
Which one of the following is the length of the variable CITY_COUNTRY in the output data set?
Question 13
This question will ask you to provide lines of missing code.
The following SAS program is submitted:
Which statement inserted, respectively, in the two locations indicated above create a report stored in a
PDF file?
A:
B:
C:
D:
Question 14
The following SAS program is submitted:
What new variables are created?
Question 15
The following SAS program is submitted:
proc contents data = sashelp.class varnum; quit;
What does the VARNUM option print?
