作者yonny (悠逆)
看板Statistics
标题[程式] SAS Stored Compiled Macro
时间Mon Feb 29 23:10:01 2016
[软体程式类别]: SAS
[程式问题]:
Creating a Stored Compiled Macro 的 SOURCE Option
[软体熟悉度]: 熟悉
[问题叙述]:
最近在看advanced的书
不知道是我英文不好还是智力有限的关系 不时看的一知半解 囧
要将SAS MACRO存成一个permanently的MACRO的部分
可以参考以下网页:
http://goo.gl/tJazeV
首先讲到要存的话可以使用store这个option
不过他好像是说如果只用store这个option会有个限制
You cannot recreate the source statements from a compiled macro. Therefore,
you must save the original macro source statements if you want to change the
macro. For all stored compiled macros, you should document your macro source
code well. You can save the source code with the compiled code using the
SOURCE option in the %MACRO statement or you can save the source in a
separate file. If you save the source in a separate file, it is recommended
that you save the source code in the same catalog as the compiled macro.
所以同时还要再加上source这个 option
我在这边纠结许久XD
不是很懂他说为什麽要用source option这边, 到底加source的功能是?
要存的MACRO不是只有一个为什麽还有一个
original macro source statements 这到底是什麽?
希望有高手解答!!!!非常感谢!!!
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 61.223.206.187
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Statistics/M.1456758604.A.529.html