1.
This question will ask you to provide a missing reference.
Given the SAS data set SASUSER HIGHWAY:
The following SAS program is submitted:
What macro variable reference completes the program to create the WORK.NOT and WORK SERIOUS data sets?
2.
The following SAS program is submitted:
What is written to the SAS log?
3.
The following SAS program is submitted:
What is written to the SAS log?
4.
The following SAS program is submitted:
The current system date macro variable is 30JUL2013.
Which output will be written to the log by the program?
5.
Which PUT statements will be the log if the program is submitted at the beginning of a new SAS session?
6.
The following SAS program is submitted:
What is the value of the macro variable Newval when the %PUT statement executes?
7.
Which macro statement would remove the macro variable mv_Info from the symbol table?
8.
This question will ask you to provide a segment of missing code.
Given the SAS data set SASUSER.ORDERS:
The following SAS program is submitted:
Which statement completes the program completely so that it will produce a report with the total number of orders for California?
9.
Given the data set SASHELP.CLASS:
The following SAS program is submitted:
The PROC steps execute successfully?
10.
Given the data set shown in the left, the SAS program on the right is submitted.
Which program will result in the identical report?