由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 能问一个A00-201里的59题吗?
相关主题
pro freq +tableWho can share this file?
请教sas123题中第59题。请教SAS 123题中的17, 57, 68, 72题
有关连接符的一道题跪求SAS regression and modeling 考证的资料
问一个SAS code的问题SAS code help!! thanks
这sas BASE 考试很坑爹..一道SAS面试题,关于dummy variable
[合集] 交流SAS认证考试的复习资料SAS Macro 问题请教 。。。
SAS base资料整理请教一个SAS recode variable的问题吧
SAS A00-201和SAS A00-211 有什么区别sas question
相关话题的讨论汇总
话题: fa话题: fa1话题: sas话题: joblevel
进入Statistics版参与讨论
1 (共1页)
l******h
发帖数: 855
1
The following SAS program is submitted:
data work.staff;
JobCategory = 'FA';
JobLevel = '1';
jobCategory = JobCategory||JobLevel;
run;
which one of the following is the value of the variable JOBCATEGORY in the
output data set?
A FA
B FA1
C FA 1
D ''(missing character value)
我用sas试了一下, 产生的是B:FA1, 但答案是A, 能不能请教一下这是为什么?
h********o
发帖数: 103
2
The Answer A is correct. Since the statement "JobCategory = 'FA';
"define the length of JobCategory which is 2. I am curious How you can get
the result of "FA1" with SAS?
l******h
发帖数: 855
3
i see. sorry maybe I accidentally used a lower case for the last variable.
Thank you very much!
1 (共1页)
进入Statistics版参与讨论
相关主题
sas question这sas BASE 考试很坑爹..
SAS 问题:关于比较variable 包子答谢[合集] 交流SAS认证考试的复习资料
急问一个SAS 的常见问题SAS base资料整理
Accidentally deleted SAS datasets in a permanent library...SAS A00-201和SAS A00-211 有什么区别
pro freq +tableWho can share this file?
请教sas123题中第59题。请教SAS 123题中的17, 57, 68, 72题
有关连接符的一道题跪求SAS regression and modeling 考证的资料
问一个SAS code的问题SAS code help!! thanks
相关话题的讨论汇总
话题: fa话题: fa1话题: sas话题: joblevel