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
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)- A2% (1)
- B13% (6)
- C6% (3)
- D79% (38)
Community Discussion
No community discussion yet for this question.
