由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - ADV 12月真题一问
相关主题
今天刚去考了SAS ADV[请教]Q20in sas advance new (dec)
SAS ADV 63题第11题求助One question about data step in sas
sas adv 63题 第11讨论3道SAS ADV题目
sas adv 63题 11 (重发)请教一道data set view 的问题
请教SAS ADV真题里一道题目sas advance questions
sas advance 12月真题Q20请教请教SAS BASE11月真题里几道题目
2013 January 刚考过SAS AdvSAS.Base(11月)跟Adv(12)考试真题
sas adv问题SAS Base&Adv真题答案&打折code总结
相关话题的讨论汇总
话题: data话题: set话题: xa话题: sas话题: created
进入Statistics版参与讨论
1 (共1页)
S********a
发帖数: 359
1
ADV12月真题 第11题
The following SAS code is submitted:
data WORK.TEMP WORK.ERRORS / view=WORK.TEMP;
infile RAWDATA;
input Xa Xb Xc;
if Xa=. then output WORK.ERRORS;
else output WORK.TEMP;
run;
Which of the following is true of
the WORK.ERRORS data set?
A.
The data set is created when the
DATA step is submitted.
B.
The data set is created when the view
TEMP is used in another SAS step.
C.
The data set is not created bec
l****u
发帖数: 199
2
C is right one b.c. the data and view name should be same.
S********a
发帖数: 359
3
thanks for replying me.
I am thinking that the work.errors is an additional data set. It could be a
different name from work.temp.
more comments please.

【在 l****u 的大作中提到】
: C is right one b.c. the data and view name should be same.
l*********s
发帖数: 5409
4
Views are stored programs, but not phyical data selves. The dynamic behavour
of views is fundamentally different from static behavour of phsyical data
sets.

a

【在 S********a 的大作中提到】
: thanks for replying me.
: I am thinking that the work.errors is an additional data set. It could be a
: different name from work.temp.
: more comments please.

1 (共1页)
进入Statistics版参与讨论
相关主题
SAS Base&Adv真题答案&打折code总结请教SAS ADV真题里一道题目
求SAS ADV去年12月真题。sas advance 12月真题Q20请教
SAS ADV 12月真题2013 January 刚考过SAS Adv
how to create page x of y in SASsas adv问题
今天刚去考了SAS ADV[请教]Q20in sas advance new (dec)
SAS ADV 63题第11题求助One question about data step in sas
sas adv 63题 第11讨论3道SAS ADV题目
sas adv 63题 11 (重发)请教一道data set view 的问题
相关话题的讨论汇总
话题: data话题: set话题: xa话题: sas话题: created