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
Topics:
SAS Base Questions |
1 Comment »
A