Given the following data at WORK DEMO:
Which SAS program prints only the first 5 males in this order from the data set?
A)
B)
C)
D)
Correct Answer:
B
🗳️
Which SAS program will apply the data set label 'Demographics' to the data set named DEMO?
A)
B)
C)
D)
Correct Answer:
A
🗳️
The following SAS program is submitted:
proc sort data=SASUSER.VISIT out=PSORT;
by code descending date cost;
run;
Which statement is true regarding the submitted program?
Correct Answer:
B
🗳️
What information can be found in the SAS Dictionary tables? (Choose two.)
Correct Answer:
AC
🗳️