Which ODS statement...
 
Notifications
Clear all

Which ODS statements complete the program and send the report to an HTML file?

1 Posts
1 Users
0 Likes
90 Views
(@castilogonzalo)
Posts: 663
Noble Member
Topic starter
 

The following SAS program is submitted:

<insert ODS statement here>

proc means data = sasuser.shoes;

where product in (‘Sandal’ , ‘Slipper’ , ‘Boot’);

run;

<insert ODS statement here>

Which ODS statements complete the program and send the report to an HTML file?

  • A . ods html = ‘sales.html’;
    ods html close;
    B. ods file = ‘sales.html’;
    ods file close;
    C. ods file html = ‘sales.html’;
    ods file close;
    D. ods html file = ‘sales.html’;
    ods html close;

Show Answer Hide Answer

Suggested Answer: D
 
Posted : 10/01/2023 8:43 pm

Latest SAS Institute A00-211 Dumps Valid Version

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Share: