n**m 发帖数: 156 | 1 My sub-program needs quite some editing for the specific task, so I chose to
use %include instead of macro.
The example I got from internet is like
filename project "folder_directory";
%include project(subprogram);
But I found when the main program was the same folder, codes like the below
one also worked. Is there any pitfall I did not refer to folder directory?
%include subprogram;
Thanks in advance. |
a*****3 发帖数: 601 | 2 哪里有不明白的地方? 我更喜欢你自己的写法,把两段代码放在一个目录下 ,一个调
另一个 ,很清楚啊。 |
n**m 发帖数: 156 | 3 例子里有路径名,我把路径名省掉了,是不是default就是在同一个目录里找?
【在 a*****3 的大作中提到】 : 哪里有不明白的地方? 我更喜欢你自己的写法,把两段代码放在一个目录下 ,一个调 : 另一个 ,很清楚啊。
|
n**m 发帖数: 156 | 4 I found the answer. SAS will search in working directory, if I drop the
directory name.
【在 n**m 的大作中提到】 : 例子里有路径名,我把路径名省掉了,是不是default就是在同一个目录里找?
|