The following SAS program is submitted:
<insert ODS statement here>
proc means data = sasuser.shoes;
where product in ('Sandal' , 'Slipper' , 'Boot');
run;
Which one of the following ODS statements completes the program and sends the report to an
HTML file?
A. ods html = 'sales.html';
B. ods file html = 'sales.html'; C. ods file = 'sales.html';
D. ods html file = 'sales.html';
<insert ODS statement here>
proc means data = sasuser.shoes;
where product in ('Sandal' , 'Slipper' , 'Boot');
run;
Which one of the following ODS statements completes the program and sends the report to an
HTML file?
A. ods html = 'sales.html';
B. ods file html = 'sales.html'; C. ods file = 'sales.html';
D. ods html file = 'sales.html';
No comments:
Post a Comment