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?
Which PUT statements will be the log if the program is submitted at the beginning of a new SAS session?
The following SAS program is submitted:What is the value of the macro variable Newval when the %PUT statement executes?
Which macro statement would remove the macro variable mv_Info from the symbol table?
SIMULATION -The question will ask you to provide a segment of missing code.The following SAS program is submitted:The text box above, complete the %PUT statement to produce the following log output:Case is ignored and standard SAS syntax rules apply.
This question will ask you to provide a segment of missing code.Given the SAS data set SASUSER.HIGHWAY:The following SAS program is submitted:Which SQL clause stores the text 0-29, 30-49, 60+ in the macro variable GROUPS?