nerdexam
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)
  • A
    77% (27)
  • B
    6% (2)
  • C
    3% (1)
  • D
    14% (5)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice