SAS_Institute
A00-212 · Question #11
The following SAS program is submitted: %let dept = prod; %let prod = merchandise; The following message is written to the SAS log: the value is "merchandise" Which SAS System option writes this…
The correct answer is A. %put the value is "&&&dept". See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
%let dept = prod; %let prod = merchandise; The following message is written to the SAS log:
the value is "merchandise" Which SAS System option writes this message to the SAS log?
Options
- A%put the value is "&&&dept";
- B%put the value is ""&&&dept"";
- C%put the value is '"'&&&&dept'"';
- D%put the value is %quote(&&&dept);
How the community answered
(35 responses)- A77% (27)
- B6% (2)
- C3% (1)
- D14% (5)
Community Discussion
No community discussion yet for this question.