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
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)- A14% (6)
- B72% (31)
- C9% (4)
- D5% (2)
Community Discussion
No community discussion yet for this question.
