ods htmlステートメント
データセットやレポートをHTMLファイルへ出力する。
ods htmlステートメント
ods html file='C:\SAS_Study\class.html'; proc means data=sashelp.class; run; ods html close;
Revision #1
Created 28 September 2024 04:32:06 by nonoha
Updated 28 September 2024 05:51:20 by nonoha