Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ODS 出力でグループごとにタイトルを非表示にしようとしています。コード:
ods noproctitle; ods html ; proc sort data=sashelp.class out=class; by sex; run; proc freq data=class; by sex; tables sex / list; run;
具体的には、非表示にしようとしているタイトルは次のとおりです。
性別=F
と
性別=M