nerdexam
SAS_Institute

A00-211 · Question #94

Which one of the following SAS DATA steps saves the temporary data set named MYDATA as a permanent data set?

The correct answer is D. libname sasdata 'SAS-data-library'. See the full explanation below for the reasoning.

Question

Which one of the following SAS DATA steps saves the temporary data set named MYDATA as a permanent data set?

Options

  • Alibname sasdata 'SAS-data-library';
  • Blibname sasdata 'SAS-data-library';
  • Clibname sasdata 'SAS-data-library';
  • Dlibname sasdata 'SAS-data-library';

How the community answered

(44 responses)
  • A
    5% (2)
  • B
    9% (4)
  • C
    16% (7)
  • D
    70% (31)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice