SAS_Institute
A00-280 · Question #7
A00-280 Question #7: Real Exam Question with Answer & Explanation
DEFINESITE/ORDERNOPRINT; DEFINESITE/NOPRINTORDER;, DEFINESITE/ORDERINOPRINT; DEFINESITE/NOPRINTORDER; DEFINESITE/ORDERNOPRINT; DEFINESITE/NOPRINTORDER;, DEFINESITE/NOPRINTORDER; DEFINESITE/NOPRINTORDER;, DEF INE
Question
This question will ask you to provide a line of missing code. The following SAS program is submitted:
proc report data=demo;
column site subject trt age gender race ;
<insert code here>
define subject / order 'Subject' ;
define age / format=3. 'Age' ;
define gender / 'Gender' ;
define race / 'Race' ;
run;
The report output should:
- be sorted by variables SITE and then SUBJECT
- not display the SITE variable in the output
Explanation
DEFINESITE/ORDERNOPRINT; DEFINESITE/NOPRINTORDER;, DEFINESITE/ORDERINOPRINT; DEFINESITE/NOPRINTORDER; DEFINESITE/ORDERNOPRINT; DEFINESITE/NOPRINTORDER;, DEFINESITE/NOPRINTORDER; DEFINESITE/NOPRINTORDER;, DEF INE
Community Discussion
No community discussion yet for this question.