Question 61
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?
Question 62
The Excel workbook QTR1.XLS contains the following three worksheets:
JAN FEB MAR
Which statement correctly assigns a library reference to the Excel workbook?
Question 63
The following SAS program is submitted:
data ONE TWO SASUSER.TWO
set SASUSER.ONE;
run;
Assuming that SASUSER.ONE exists, how many temporary and permanent SAS data sets are created?
Question 64
Given the following raw data records in DATAFILE.TXT:
Which output is correct based on the submitted program?
Question 65
The SAS data set WORK.ONE contains a numeric variable named Num and a character variable named Char:
The following SAS program is submitted:
What is output?
