nerdexam
SAS_Institute

A00-211 · Question #7

The following SAS program is submitted: data temp.x; set sasuser.y; run; What must be submitted prior to this SAS program for the program to execute successfully?

The correct answer is A. A LIBNAME statement for the libref TEMP only must be submitted. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

data temp.x; set sasuser.y; run; What must be submitted prior to this SAS program for the program to execute successfully?

Options

  • AA LIBNAME statement for the libref TEMP only must be submitted.
  • BA LIBNAME statement for the libref SASUSER only must be submitted.
  • CLIBNAME statements for the librefs TEMP and SASUSER must be submitted.
  • DNo LIBNAME statement needs to be submitted.

How the community answered

(69 responses)
  • A
    78% (54)
  • B
    7% (5)
  • C
    12% (8)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice