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.
これはとても単純なはずですが、私はそれを見つけることができません:
SAS 9.3でデフォルトの出力先をどのように復元しますか?
9.2とは異なり、それはHTMLです。
つまり、このコマンドはこのステートメントを無効にします。
ods html close;
HTMLをオンに戻すことができます
ODS HTML;
しかし、おそらくあなたが必要とする他のオプションがあります...ファイル名のように
ODS html file = "My File.htm";
ODS HTML