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;';