如何以编程方式使 SAS 不打印到结果?
我正在运行一些 proc 并使用 ods 输出 FitStatistics = fs;等从输出创建一些 SAS 数据集。但由于我运行它很多次,我想禁止打印到结果。执行此操作的 SAS 代码是什么?
I am running some proc and using ods output FitStatistics = fs; etc to create some SAS datasets from the outputs. But since I am running it a large number of times, I want to suppress the printing to Results. What's is the SAS code for doing that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个问题不久前在 runsubmit.com 上被问到并得到了回答。它类似于 stackoverflow,但仅适用于 SAS 相关的 q。
http://www.runsubmit。 com/questions/248/suppressing-results-output-with-proc-print-and-ods
干杯
抢
This question was asked and answered a while ago on runsubmit.com. It's like stackoverflow but just for SAS related q's.
http://www.runsubmit.com/questions/248/suppressing-results-output-with-proc-print-and-ods
Cheers
Rob
如何使用下面的代码:
How about use the codes at below: