nerdexam
SAS_Institute

A00-281 · Question #4

Given the following entry in the SAS log: Which alternate method could you use to? - Transpose all data - Not produce a warning message in the log

The correct answer is D. Use a DATA step with conditional OUTPUT statements. See the full explanation below for the reasoning.

Question

Given the following entry in the SAS log:

Which alternate method could you use to?

  • Transpose all data
  • Not produce a warning message in the log

Exhibit

A00-281 question #4 exhibit

Options

  • AUse PROC TRANSPOSE with a WHERE clause to omit records with missing VISIT values
  • BUse PROC COPY with SELECT statements
  • CUse PROC DATASETS with SELECT and MODIFY statements
  • DUse a DATA step with conditional OUTPUT statements

How the community answered

(48 responses)
  • A
    2% (1)
  • B
    13% (6)
  • C
    6% (3)
  • D
    79% (38)

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice