Given the data set WORK.EMPDATA:Which one of the following where statements would display observations with job titles containing the word 'Manager'?
The following SAS program is submitted:data WORK.DATE_INFO;X="01Jan1960" D;run;What variable X contains what value?
Given the SAS data set WORK.EMP_NAME:Given the SAS data set WORK.EMP_DEPT:The following program is submitted:How many observations are in data set WORK.ALL after submitting the program?
The following program is submitted:proc contents data=_all_;run;Which statement best describes the output from the submitted program?
The following SAS program is submitted:How will the Exam variable value be displayed in the FREQ procedure output?
The SAS data set SASUSER.HOUSES contains a variable PRICE which has been assigned a permanent label of "Asking Price". Which SAS program temporarily replaces the label "Asking Price" with the label "Sale Price" in the output?