SAS_Institute
A00-280 · Question #46
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…
SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='', SPLIT='*';
Manage SAS Content and Data
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='*';
Topics
#PROC REPORT#split character#column header#SPLIT= option
Community Discussion
No community discussion yet for this question.