SAS_Institute
A00-212 · Question #66
The following SAS program is submitted: %let test=one; %let one=two; %let two=three; %let three=last; %put what displays is &&&&&test; What is the written to the SAS log?
The correct answer is B. what displays is two. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
%let test=one; %let one=two; %let two=three; %let three=last; %put what displays is &&&&&test; What is the written to the SAS log?
Options
- Awhat displays is one
- Bwhat displays is two
- Cwhat displays is three
- Dwhat displays is last
How the community answered
(28 responses)- A4% (1)
- B82% (23)
- C11% (3)
- D4% (1)
Community Discussion
No community discussion yet for this question.