由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - Question about %include in SAS
相关主题
[SAS]请教:怎么判断folder里面是否包含某个fileNeed urgent helps: How to use DDE to import password-protected excel file into SAS?
有人对SAS server熟吗?SAS log window full,跪求解决方法
SAS Job Interview Questions for pharmaceutical companiesSAS: automatically generate xls file with updated date
SAS 求助: filenames从yahoo finance下载数据,R or Python?
sas emailHow to work on this dataset?
请教SAS问题:这个code有什么办法简化吗?sas 简单问题
问关于C中调用R函数help: proc logistic
SAS问题请教求答疑(SAS问题)。
相关话题的讨论汇总
话题: include话题: sas话题: directory话题: subprogram话题: question
进入Statistics版参与讨论
1 (共1页)
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就是在同一个目录里找?
1 (共1页)
进入Statistics版参与讨论
相关主题
求答疑(SAS问题)。sas email
Question about SAS like %请教SAS问题:这个code有什么办法简化吗?
SAS help needed, how to downloading files问关于C中调用R函数
在SAS里读取压缩文件?SAS问题请教
[SAS]请教:怎么判断folder里面是否包含某个fileNeed urgent helps: How to use DDE to import password-protected excel file into SAS?
有人对SAS server熟吗?SAS log window full,跪求解决方法
SAS Job Interview Questions for pharmaceutical companiesSAS: automatically generate xls file with updated date
SAS 求助: filenames从yahoo finance下载数据,R or Python?
相关话题的讨论汇总
话题: include话题: sas话题: directory话题: subprogram话题: question