由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - macro variable 的问题
相关主题
一个关于macro的问题,多谢。proc iml help!
请教一个SAS Macro问题。谢谢SAS ADVANCED 一道题求助
How to the macro regression with if?SAS call symput question
a sas adv question请教一道SAS maro的题
how to make this macro work, thanks请教SAS adv 题库一道macro题
SAS Regression Macro 问题请教 (有包子)一个常见的问题
一道ADV 130 题目question about using sas macro variable and do loop
请教一个macro的问题问一些sas的问题
相关话题的讨论汇总
话题: macro话题: variable话题: temporary
进入Statistics版参与讨论
1 (共1页)
h******e
发帖数: 1791
1
array a{5} _temporary_ (&a001 &a002 &a003 &a004 &a005);
有何办法能够简写括号里的macro variable list?谢谢。
A*******s
发帖数: 3942
2
%macro a;
%do i=1 %to 5;
&&a00%i
%end;
%mend;
array a{5} _temporary_ (%a);

【在 h******e 的大作中提到】
: array a{5} _temporary_ (&a001 &a002 &a003 &a004 &a005);
: 有何办法能够简写括号里的macro variable list?谢谢。

1 (共1页)
进入Statistics版参与讨论
相关主题
问一些sas的问题how to make this macro work, thanks
求教sas adv题目SAS Regression Macro 问题请教 (有包子)
SAS help : The scope of macro variables一道ADV 130 题目
Stupid SAS programming style is driving me crazy....请教一个macro的问题
一个关于macro的问题,多谢。proc iml help!
请教一个SAS Macro问题。谢谢SAS ADVANCED 一道题求助
How to the macro regression with if?SAS call symput question
a sas adv question请教一道SAS maro的题
相关话题的讨论汇总
话题: macro话题: variable话题: temporary