SAS Certified Base Programmer 123 Questions (105)
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=’sales .html’;
C. ods file html=’sales .html’;
D. ods html file=’sales. html’;
Topics:
SAS Base Questions |
1 Comment »
D