SAS - 查找列中的值并在 Excel 导出中显示该值
我基本上尝试这样做:
我在数据集上运行频率查询,它将在 Excel 中输出结果。
我还想在输出中添加一列,其中的值将基于特定单元格或特定列中列出的内容。
我该怎么办呢? (*非常新的 sas 用户)
I am trying to basically do this :
I have a frequency query running on a data set which will output the result in excel.
I also want to add a column to the output in which the value will be based on what is listed in a particular cell or a particular column.
How would I go about this? (*very new sas user)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在没有听到更多信息的情况下,我假设您想要做的是保存过程频率的输出,然后通过数据步骤进一步操作它。
简单的例子:
Without hearing more information, I assume what you're trying to do is save the output of your proc freq and then manipulate it further with a data step.
Simple example of this: