由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 请教base123里80和81题
相关主题
SAS问题请教:Numeric Variable Length的设定如何找到两个相同character在一个string中的位置?
问一个SAS的问题,急急!!分享一道最近碰到的很好的面试题。 (转载)
受不了EXCEL了(包子请教 proc report ods excel file)包子求sas 问题解决办法
问一个sas format问题rbind或者cbind时候,vector的长度不一样怎么办呢?求助
another sas questionOne question about data step in sas
SAS format 的问题问一个R的问题
问个sas 的问题终于考完了,贡献一下
请教统计问题。请教, base 50 一个题目,
相关话题的讨论汇总
话题: numeric话题: bytes话题: 81话题: 标准话题: character
进入Statistics版参与讨论
1 (共1页)
r******i
发帖数: 1
1
问题比较菜鸟,大牛见笑了。
这两道题是同一类型,考Numeric to Character conversion
但是80题的答案是以 default numeric variable 不能超过8bytes为标准
81题就以format格式里的长度为标准了
那究竟按什么标准来确定新转换过来的变量值呢,default长度标准还是括号里format
的长度标准
谢谢。
题目如下:
80
data work.month;
date = input('13mar2000', date9.);
run;
which one represents the type and length of the vatiable date:
A numeric, 8 bytes
B numeric, 9 bytes
答案A
81
data work.month;
date = put('13,mar2000'd,ddmmyy10);
run;
which one represents the type and length of the vatiable date:
C character, 8 bytes
D character, 10 bytes
答案 D
1 (共1页)
进入Statistics版参与讨论
相关主题
What is wrong with following code? another sas question
R能处理多大的数据集?SAS format 的问题
sas一问问个sas 的问题
SAS data merge求助请教统计问题。
SAS问题请教:Numeric Variable Length的设定如何找到两个相同character在一个string中的位置?
问一个SAS的问题,急急!!分享一道最近碰到的很好的面试题。 (转载)
受不了EXCEL了(包子请教 proc report ods excel file)包子求sas 问题解决办法
问一个sas format问题rbind或者cbind时候,vector的长度不一样怎么办呢?求助
相关话题的讨论汇总
话题: numeric话题: bytes话题: 81话题: 标准话题: character