由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - sas question
相关主题
一个关于macro的问题,多谢。如何在用SAS给多个data step 和proc step 做循环语句呢?
sas macro 问题SAS ADVANCED 一道题求助
How to the macro regression with if?求助,SAS ADV 130 中94
请帮忙看3道SAS题。a question about SAS
请教:sas 循环daily data 求助 coding correct?
一道ADV 130 题目help. sas macro
请问SAS advanced macro global 和localmacro问题诚心求教非常感谢--continue question
proc iml help!请问我这个macro为什么不work啊。。。
相关话题的讨论汇总
话题: test话题: run话题: sas话题: sample话题: data
进入Statistics版参与讨论
1 (共1页)
l***a
发帖数: 12410
1
why this doesn't run?
%macro test;
data sample;
input a;
cards;
1
2
;
run;
proc print data=sample;
run;
%mend test;
%test;
g*******y
发帖数: 380
2
Simple Answer: You can't do it (using input statement in a data step) within
macro.
If you want know why, try to google "SAS, macro, cards."
y****n
发帖数: 46
3
you can find the answer from following link.
http://www.listserv.uga.edu/cgi-bin/wa?A2=ind0304d&L=sas-l&P=3813
z**********i
发帖数: 12276
4
interesting.

【在 y****n 的大作中提到】
: you can find the answer from following link.
: http://www.listserv.uga.edu/cgi-bin/wa?A2=ind0304d&L=sas-l&P=3813

1 (共1页)
进入Statistics版参与讨论
相关主题
请问我这个macro为什么不work啊。。。请教:sas 循环
求助:一个SAS小程序一道ADV 130 题目
一个常见的问题请问SAS advanced macro global 和local
如何添加时间变量proc iml help!
一个关于macro的问题,多谢。如何在用SAS给多个data step 和proc step 做循环语句呢?
sas macro 问题SAS ADVANCED 一道题求助
How to the macro regression with if?求助,SAS ADV 130 中94
请帮忙看3道SAS题。a question about SAS
相关话题的讨论汇总
话题: test话题: run话题: sas话题: sample话题: data