By admin | August 7, 2009

SAS Certified Base Programmer 50 Questions (28)

The following SAS program is submitted:

ods html file='newfile.html';
proc print data=sasuser.houses;
run;
proc means data=sasuser.houses;
run;
proc freq data=sasuser.shoes;
run;
ods html close;
proc print data=sasuser.shoes;
run;

How many HTML files are created?

a. 1
b. 2
c. 3
d. 4

One comment | Add One

  1. admin - 08/9/2009 at 8:32 pm

    A

Leave a Comment

Leave a Reply

Your email address will not be published.