nerdexam
SAS_Institute

A00-281 · Question #39

This question will ask you to provide a line of missing code. The following SAS program is submitted: Which macro call prints all records from each dataset in library DB?

The correct answer is B. %printlib(lib=DB, rec= ). See the full explanation below for the reasoning.

Question

This question will ask you to provide a line of missing code. The following SAS program is submitted:

Which macro call prints all records from each dataset in library DB?

Exhibit

A00-281 question #39 exhibit

Options

  • A%printlib(lib=DB, rec=all)
  • B%printlib(lib=DB, rec= )
  • C%printlib(DB, all)
  • D%printlib(DB, )

How the community answered

(43 responses)
  • A
    14% (6)
  • B
    72% (31)
  • C
    9% (4)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice