Skip to main content

ods htmlステートメント

ods html file='C:\SAS_Study\class.html';
proc means data=sashelp.class;
run;
ods html close;