我需要哪些 SAS 模块来运行我的代码? [英] What SAS modules do I need to run my code?

查看:19
本文介绍了我需要哪些 SAS 模块来运行我的代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收集了大量的 SAS 程序.目前,我有很多 SAS 模块获得许可和安装(我已经通过 %sasinstallreporter 检查了哪些模块),但我不确定我是否需要所有这些模块.

I have a large collection of SAS programs. Currently, I have lots of SAS modules licensed and installed (I've checked which ones via %sasinstallreporter), but I'm not sure whether I need all of them.

如何确定我真正需要哪些模块才能运行我的所有代码?它们相当昂贵,我不想为我不会使用的模块付费.是否有与特定 SAS 模块相关联的 procs/libname 引擎列表?

How can I determine which modules I actually need in order to run all of my code? They're rather expensive and I don't want to pay for modules that I'm not going to use. Is there a list of procs / libname engines somewhere that are tied to specific SAS modules?

抱歉,如果这是重复的,但一些简短的搜索没有发现任何明显的东西.

Apologies if this is a duplicate, but some brief searches didn't turn up anything obvious.

我已经发布了一个后续问题 这里关于我应该在我的代码中寻找什么其他东西.

I have posted a follow-up question here regarding what other things I should be looking for in my code.

推荐答案

1st,获取你的代码使用的所有过程的列表.您可以手动执行此操作,或在 SAS/AWK/Perl 中编写脚本来解析您的代码.

1st, get a list of all the procedures your code uses. You can do this manually, or write a script in SAS/AWK/Perl to parse through your code.

接下来,转到 http://support.sas.com/documentation/ 并搜索每个对于每个独特的程序.

Next, go to http://support.sas.com/documentation/ and search each for each of the unique Procedures.

例如,如果我搜索 PROC REG,我会得到这些结果 (http://support.sas.com/cdlsearch?charset=iso-8859-1&nh=25&ct=80000&qt=PROC+REG++&s1=3&searchterm=PROC+REG&sasreleasepart=&sasprodpart=&searchContains=).您将在结果下看到 SAS/STAT(R),它告诉您它是 SAS/STAT 模块的一部分.

For example, if I search for PROC REG, I get these results (http://support.sas.com/cdlsearch?charset=iso-8859-1&nh=25&ct=80000&qt=PROC+REG++&s1=3&searchterm=PROC+REG&sasreleasepart=&sasprodpart=&searchContains=). You will see under the results SAS/STAT(R), which tells you it is part of the SAS/STAT module.

您可能还拥有未在代码中显示为 PROC XXX 的许可内容.SAS/集成技术之类的东西用于运行和连接到 SAS 服务器.与您的 SAS 管理员讨论如何使用它们.

You may also have things licensed that do not show up as PROC XXX in your code. Things like SAS/Integration Technologies are used for running and connecting to a SAS server. Talk to your SAS administrator about how those are used.

狩猎愉快.

这篇关于我需要哪些 SAS 模块来运行我的代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆