由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - Re: SAS help : How to use Macro to select procedurs
相关主题
SAS MACRO和Procedure[合集] 问个SAS的问题
SAS macro Debug请教一个SAS Macro问题。谢谢
急问:SAS batch submission with macro variable请教SAS code: 怎么把macro里的macro variable打印出来?
SAS help : The scope of macro variables[合集] sas advance question
SAS Macro 问题请教 。。。In SAS , How to call a macro thousands of times?
大家用什么来创建sas 新的procedure请教SAS/MACRO牛人
sas catalog里的code被锁,如何看出里面的MACRO有哪些?求大侠指点,GEE macro in SAS
问一个sas问题SAS问题请教
相关话题的讨论汇总
话题: macro话题: sas话题: procedurs话题: select话题: use
进入Statistics版参与讨论
1 (共1页)
p***r
发帖数: 920
1
I have about 10-20 different procedures, depending on different requirement
of on the variables, I need to pick one out of them very time to run it.
And repeating this picking and running 1000-2000 times, is there anyway to
implement this by macro?
Thanks
x***x
发帖数: 3401
2
yes, macros can be implemented to run data driven procedures. But without
any details on specifically what you would like to do, it is hard to give
suggestions.
g****8
发帖数: 2828
3
it is just an if-then...;else if then...;else... issue
i****e
发帖数: 46
4
You should describe how to pick one procedure very time. If it is randomly
picked, then you can generate random number for corresponding procedure. You
may write 10-20 macro, then use select and when to run one of them each
time.
s*r
发帖数: 2757
5
i would recommend call execute, but it causes troubles often
1 (共1页)
进入Statistics版参与讨论
相关主题
SAS问题请教SAS Macro 问题请教 。。。
SAS Regression Macro 问题请教 (有包子)大家用什么来创建sas 新的procedure
又来问sas问题了。sas catalog里的code被锁,如何看出里面的MACRO有哪些?
SAS ADVANCED 一道题求助问一个sas问题
SAS MACRO和Procedure[合集] 问个SAS的问题
SAS macro Debug请教一个SAS Macro问题。谢谢
急问:SAS batch submission with macro variable请教SAS code: 怎么把macro里的macro variable打印出来?
SAS help : The scope of macro variables[合集] sas advance question
相关话题的讨论汇总
话题: macro话题: sas话题: procedurs话题: select话题: use