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. .. |
|