boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - SAS advanced practice question
相关主题
请教 sas functions
SAS的小问题
问个SAS的问题
sas question
SAS问题请教
SAS question - Cumulative Sum
sas email
syntax errors
How to compare two correlations in SAS?
SAS不能导入EXCEL2003的数据!
相关话题的讨论汇总
话题: sas话题: shine话题: let话题: moon话题: sun
进入Statistics版参与讨论
1 (共1页)
p*****V
发帖数: 43
1
17. The following SAS program is submitted:
%let sun=SHINE;
%let shine=MOON;
proc print data=weather(keep=sun shine moon);
sum &&&&sun;
run;
Which one of the following variables is summed in the resulting report?
Correct answer: c
a. sun
b. MOON
c. SHINE
d. None, an ERROR message will be written to the log.
这题答案为什么是C? 谢谢!
f******u
发帖数: 250
2
两个&变一个:
&&&& --- && --- &
p*****V
发帖数: 43
3
谢谢回复。
I found in SAS that
for %let a=b;
%let b=c;
%let c=d;
%let d=e;
%let e=f;
&a=b
&&a=b
&&&a=c
&&&&a=b
&&&&&a=c
&&&&&&a=c
&&&&&&&a=d
&&&&&&&&a=b
&&&&&&&&&a=c
&&&&&&&&&&a=c
&&&&&&&&&&&a=c
&&&&&&&&&&&&a=d
&&&&&&&&&&&&&a=c
&&&&&&&&&&&&&&a=d
&&&&&&&&&&&&&&&a=e
b b c b c c d b c c c d c d e

【在 f******u 的大作中提到】
: 两个&变一个:
: &&&& --- && --- &

1 (共1页)
进入Statistics版参与讨论
相关主题
SAS不能导入EXCEL2003的数据!
请问熟悉SAS IML的
why this error in %if statement
请教SAS BASE 11月真题18题
SAS help needed
谁能帮我调试好一个程序,我愿付给一定报偿。
问个SAS BASE 中有关_ERROR_的问题
logistic, overfit了怎么办?
[SAS]Error: User does not have appropriate authorization level for library work
[包子贴]sas proc arima
相关话题的讨论汇总
话题: sas话题: shine话题: let话题: moon话题: sun