SAS_Institute
A00-211 · Question #32
The SAS data set Fed.Banks contains a variable Open_Date which has been assigned a permanent label of "Open Date". Which SAS program temporarily replaces the label "Open Date" with the label…
The correct answer is B. proc print data=SASUSER.HOUSES label. See the full explanation below for the reasoning.
Question
The SAS data set Fed.Banks contains a variable Open_Date which has been assigned a permanent label of "Open Date". Which SAS program temporarily replaces the label "Open Date" with the label "Starting Date" in the output?
Options
- Aproc print data=SASUSER.HOUSES label;
- Bproc print data=SASUSER.HOUSES label;
- Cproc print data=SASUSER.HOUSES;
- Dproc print data=SASUSER.HOUSES;
How the community answered
(37 responses)- A5% (2)
- B73% (27)
- C8% (3)
- D14% (5)
Community Discussion
No community discussion yet for this question.