SAS_Institute
A00-280 · Question #46
A00-280 Question #46: Real Exam Question with Answer & Explanation
SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='*';
Question
This question will ask you to provide a line of missing code. You want to present a column header that contains breaks within the header as indicated below.
Given the following program:
proc report data=treatment <insert code here>;
column subject trt sdate;
define subject 'Subject';
define trt 'Period 2^Treatment';
define sdate 'Date';
run;
In the space below, enter the option that completes the program (Case is ignored. Do not add leading or trailing spaces to your answer).
Explanation
SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='*';
Community Discussion
No community discussion yet for this question.