由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 急问:SAS batch submission with macro variable
相关主题
Re: SAS help : How to use Macro to select procedursClinical SAS training will start soon!
SAS help : The scope of macro variablesLast reminder: SAS clinical training will start in a week!
SAS Macro 问题请教 。。。Free Clinical SAS training will start soon!
怎样算一个variable前5个值的mean[合集] 问个SAS的问题
今天考完了SAS ADV!请教一个SAS Macro问题。谢谢
SAS DATA 求助请教SAS code: 怎么把macro里的macro variable打印出来?
Help: an I/O ERROR occured[合集] sas advance question
windows下用batch submit 两个SAS code文件请教SAS/MACRO牛人
相关话题的讨论汇总
话题: sysparm话题: macro话题: sas话题: batch话题: submission
进入Statistics版参与讨论
1 (共1页)
s******d
发帖数: 303
1
把经常要用的一个程序改成macro,叫GetInfor(Input=, Output=). 但是由于每次要读
入的文件不同,所以要赋予不同值给macro variable, 也就是这里的input and output.
现在的问题是,如果想要batch submission 这个 %GetInfor, 如果做?谢谢阿?
A*******s
发帖数: 3942
2
http://www.sascommunity.org/wiki/images/0/01/SYSPARM_paper-Jack

output.

【在 s******d 的大作中提到】
: 把经常要用的一个程序改成macro,叫GetInfor(Input=, Output=). 但是由于每次要读
: 入的文件不同,所以要赋予不同值给macro variable, 也就是这里的input and output.
: 现在的问题是,如果想要batch submission 这个 %GetInfor, 如果做?谢谢阿?

s******d
发帖数: 303
3
I saw this document too. The problem with SYSPARM is it only allows 1 system
parameter. What if i need to change multiple %let in the source code?
s******d
发帖数: 303
4
i think i can use multi_sysparm....
A*******s
发帖数: 3942
5
use delimiters and use %scan to separate them in ur macros, for example
-sysparm parm1|parm2|parm3

system

【在 s******d 的大作中提到】
: I saw this document too. The problem with SYSPARM is it only allows 1 system
: parameter. What if i need to change multiple %let in the source code?

s******d
发帖数: 303
6
When using Scan to get individual Parm value, do i need to put & before
Sysparm. for example.
%let Parm1=%scan(&Sysparm,1,'|');
or
%let Parm1=%scan(Sysparm,1,'|');
1 (共1页)
进入Statistics版参与讨论
相关主题
请教SAS/MACRO牛人今天考完了SAS ADV!
SAS问题请教SAS DATA 求助
SAS Regression Macro 问题请教 (有包子)Help: an I/O ERROR occured
又来问sas问题了。windows下用batch submit 两个SAS code文件
Re: SAS help : How to use Macro to select procedursClinical SAS training will start soon!
SAS help : The scope of macro variablesLast reminder: SAS clinical training will start in a week!
SAS Macro 问题请教 。。。Free Clinical SAS training will start soon!
怎样算一个variable前5个值的mean[合集] 问个SAS的问题
相关话题的讨论汇总
话题: sysparm话题: macro话题: sas话题: batch话题: submission