SAS
A00-215
Q1:
Given the code shown below:

What will be the format for MSRP in the RPOC PRINT output?
○
A
There is a syntax error in the FORMAT statement in the PROC PRINT step.○
B
Comma12. 2○
C
Dollar10.○
D
Dollar12.
SAS
A00-215
Q2:
The sashelp. class data set has 19 observations.
Given the frequency information about the Age, shown below:

How many observations are written to output data set when the following code is submitted?
○
A
preteen will have 7 observations and teen will have 19 observations○
B
preteen will have 7 observations and teen will have 12 observations○
C
preteen will have 26 observations and teen will have 31 observations○
D
preteen will have 10 observations and teen will have 9 observations
SAS
A00-215
Q3:
Given the PROC PRINT report of the INVEST data set shown below:

How many observations are in the FORCAST data set after this program executes?
○
A
30○
B
10○
C
0○
D
20
SAS
A00-215
Q4:
Given the input data set WORK.RUN:

Given the following DATA step:

What is the correct output data set WORK.RUN2?
A)

B)

C)

D)

○
A
Option○
B
Option○
C
Option○
D
Option
SAS
A00-215
Q5:
Given the program shown below:

Given the partial PROC PRINT report below:

Why are the labels for msbp, MPG_city, and MPG_Highway NOT displaying in the PROC PRINT report^
○
A
You must use the LABEL option on the PROC PRINT statement○
B
You must put the LABEL statement in the PROC PRINT step○
C
You must put the LABEL statement after the KEEP statement In the DATA stop○
D
You must use a single LABEL statement for each variable.