楼主: 童童的草莓
2015 2

询问关于Length的问题(123题中的题目)! [推广有奖]

  • 2关注
  • 0粉丝

硕士生

49%

还不是VIP/贵宾

-

威望
0
论坛币
426 个
通用积分
0
学术水平
3 点
热心指数
6 点
信用等级
0 点
经验
2591 点
帖子
151
精华
0
在线时间
107 小时
注册时间
2011-10-6
最后登录
2018-3-23

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
对于character variable 来说, the length of a variable always define automatically in the first statement and remain unchanged during the whole program until and unless we redefine it. 按照这个说法,为什么123题中的第64题答案是A不是12。虽然说work department的data set中character variable的length是5,可是在程序中有“length jobcode$ 12”的语句,不就等于重新redefine了吗?那么答案不应该是12吗?

The following SAS DATA step is submitted:
data work.accountting;
set work.department;
length jobcode$ 12;
run;
The WORK.DEPARTMENT SAS data set contains a character variable named
JOBCODE with a length of 5.
Which one of the following is the length of the variable JOBCODE in the output
data set?
A. 5
B. 8
C. 12
D. The length can not be determined as the program fails to execute due to errors.



二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:length leng eng Department Determined department character following always during

沙发
妖帝东皇 发表于 2013-10-26 21:18:40 |只看作者 |坛友微信交流群
D 好像定义长度的时候字符型和数值型都只能制定长度,字符型变量不能加$
┏━━━━━━━━━━━━━━┓
   ☞❤学而无友必然孤陋寡闻!❤
┗━━━━━━━━━━━━━━┛

使用道具

藤椅
bobguy 发表于 2013-10-27 21:53:19 |只看作者 |坛友微信交流群
SAS compiler uses first in first out rule.

set statement is before the length statement. So for any variables defined in a length statement is also on the data set,
1) sas use the length definition on that data set if a variable type is the same
2) issue error message if if a variable type is different.

You can see the difference if you put the length statement before  the set  statement.
已有 1 人评分学术水平 热心指数 信用等级 收起 理由
童童的草莓 + 1 + 1 + 1 观点有启发

总评分: 学术水平 + 1  热心指数 + 1  信用等级 + 1   查看全部评分

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-11-5 23:32