nerdexam
SAS_Institute

A00-212 · Question #131

The following SAS program is submitted: %let first = yourname; %let last = first; %put &&&last; Which one of the following is the result in the log of the %PUT statement?

The correct answer is C. yourname. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

%let first = yourname; %let last = first; %put &&&last; Which one of the following is the result in the log of the %PUT statement?

Options

  • Afirst
  • B&first
  • Cyourname
  • D&yourname

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    16% (3)
  • C
    74% (14)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice