由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - help... sas autocall doesnt always work ?
相关主题
Question about SAS like %没完没了的LAYOFF!
macro问题诚心求教非常感谢--continue questionStupid SAS programming style is driving me crazy....
新手问:如何STEP BY STEP 地运行SAS MACROSAS MACRO和Procedure
GAP一年记录贴…急问:SAS batch submission with macro variable
问一个R的问题一个有意思的问题,关于SAS的运算时间。
SAS 求助: filenamesSAS help : The scope of macro variables
update (some interview experiences)--急,面试求助:用ACCESS用尽心思做好了一个macro
Do you share your sas Macros or R code with co-workers?Re: SAS help : How to use Macro to select procedurs
相关话题的讨论汇总
话题: macros话题: xxxx话题: adhoc话题: xxxxxx话题: aaaaaaaa
进入Statistics版参与讨论
1 (共1页)
e****t
发帖数: 766
1
i tried to call some sas macros in different directories. but some time it
works some time not?
any thing i need pay attention to ?
any limitation for the path or can i embeded macros between each other ?
any order to call ?
for example :
filename boot "Z:\AAAAAAAA\XXX\Projects\XXXXXX\IBBBBBBBB\Programs\AdHoc\
Develop\XXXX\EEEEEEEEEE\macros\statistical" ;
filename boot1 "Z:\AAAAAAAA\XXX\Projects\XXXXXX\IBBBBBBBB\Programs\AdHoc\
Develop\XXXX\EEEEEEEEEE\macros\utility" ;
filename setup "Z:\AAAAAAAA\XXX\Projects\XXXXXX\IBBBBBBBB\Programs\AdHoc\
Develop\XXXX\EEEEEEEEEE\macros" ;
options sasautos=(
boot1 boot setup
sasautos );
thanks in advance!!
x****t
发帖数: 1729
2
是不是要
options mstored sasmstore = (..., ..., sasautos);
是漏了mstored么?
不过我菜鸟,也不懂
e****t
发帖数: 766
3
thanks a lot. i will try it to see if it works. ..
1 (共1页)
进入Statistics版参与讨论
相关主题
Re: SAS help : How to use Macro to select procedurs问一个R的问题
sas 中如何给一个variable 加密?SAS 求助: filenames
贡献一个contract hourly rateupdate (some interview experiences)--急,面试求助:用ACCESS
macro里面能还用macro吗?Do you share your sas Macros or R code with co-workers?
Question about SAS like %没完没了的LAYOFF!
macro问题诚心求教非常感谢--continue questionStupid SAS programming style is driving me crazy....
新手问:如何STEP BY STEP 地运行SAS MACROSAS MACRO和Procedure
GAP一年记录贴…急问:SAS batch submission with macro variable
相关话题的讨论汇总
话题: macros话题: xxxx话题: adhoc话题: xxxxxx话题: aaaaaaaa