What SAS features apart from procs and libname engines require specific SAS modules?

一笑奈何 提交于 2019-12-14 03:23:52

问题


This is a follow-up question from here.

It seems feasible for me to write a script that parses my collection of SAS code and finds all the proc and libname statements, and then I can look up which modules those require. If I go with that approach, what other things should I be looking for in my code that would require additional SAS modules?


回答1:


  • rsubmit and signon statements require SAS/CONNECT
  • connect to clauses in proc sql may require various 'SAS/ACCESS interface to XYZ' modules


来源:https://stackoverflow.com/questions/37932840/what-sas-features-apart-from-procs-and-libname-engines-require-specific-sas-modu

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!