SAS_Institute
A00-280 · Question #82
A00-280 Question #82: Real Exam Question with Answer & Explanation
Sign in or unlock A00-280 to reveal the answer and full explanation for question #82. The question stem and answer options stay visible for context.
Question
A SAS report procedure results in the log below.
13 proc report data=vitals ;
14 column patid visit height weight sysbp diabp ;
15 run ;
NOTE: Multiple concurrent threads will be used to summarize data.
NOTE: There were 26 observations read from the data set WORK.VITALS.
NOTE: At least one N.N format was too small for the number to be printed. The
decimal may be shifted by the '-NEST' format.
NOTE: The PROCEDURE REPORT printed page 1.
NOTE: PROCEDURE REPORT used (Total process time):
cpu time 0.01 seconds
real time 0.01 seconds
What should you add to the PROC REPORT to address the blue note in this log?
Options
- AUse DEFINE statements with the WIDTH= option set large enough to print all values for each variable
- BUse DEFINE statements with the WIDTH= option set large enough to print all values in the data
- CUse DEFINE statements where FLOW is specified for each numeric variable
- DUse a FORMAT statement with formats large enough to print all values for each numeric variable
Unlock A00-280 to see the answer
You've previewed enough free A00-280 questions. Unlock A00-280 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.