Given the SAS data set WORK.PRODUCTS:How many observations does the WORK.OUTDOOR data set contain?
Given the following raw data records in TEXTFILE.TXT:The following output is desired:Which SAS program correctly produces the desired output?
Given the SAS data set WORK.PRODUCTS:How many variables does the WORK.REVENUE data set contain?
The following SAS program is submitted:What is the initial value of the variable Total in the following program?
Consider the following data step:data WORK.NEW;set WORK.OLD;Count+1;run;The varaible Count is created using a sum statement. Which statement regarding this variable is true?
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?