nerdexam
SAS_Institute

A00-202 · Question #40

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 D. 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

  • A&yourname
  • Bfirst
  • C&first
  • Dyourname

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    8% (3)
  • D
    83% (30)

Community Discussion

No community discussion yet for this question.

Full A00-202 Practice