nerdexam
SAS_Institute

A00-212 · Question #136

The following SAS program is submitted: proc datasets lib = testdata; modify one; label num = 'Number'; format num 4.; quit; Which one of the following SQL programs produces the same results as the…

The correct answer is B. proc sql. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

proc datasets lib = testdata; modify one; label num = 'Number'; format num 4.; quit; Which one of the following SQL programs produces the same results as the above DATASETS procedure?

Options

  • Aproc sql;
  • Bproc sql;
  • Cproc sql;
  • Dproc sql;

How the community answered

(49 responses)
  • A
    4% (2)
  • B
    76% (37)
  • C
    14% (7)
  • D
    6% (3)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice