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 でテーブルを開くには、DM "VT {tablename}" コマンドを使用できます。
ビューテーブルウィンドウを閉じるのに相当するコマンドは何ですか???
ええと...このコマンドはビューテーブルウィンドウを閉じます({libref.dataset}をあなたのデータに置き換えます)が、それを繰り返し送信すると、開いている可能性のある他のビューテーブルウィンドウを閉じ続けます。問題。
dm 'next VIEWTABLE:libref.dataset; end;';