几题sas base 123题疑问我没有答案解析,很纠结.先谢谢大神.1. The contents of the raw data file FURNITURE are listed below: ----|----10---|----20---|----30 chair,table chair,couch,table The following SAS program is submitted: data sto

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/29 23:18:04
几题sas base 123题疑问我没有答案解析,很纠结.先谢谢大神.1. The contents of the raw data file FURNITURE are listed below: ----|----10---|----20---|----30 chair,table chair,couch,table The following SAS program is submitted: data sto

几题sas base 123题疑问我没有答案解析,很纠结.先谢谢大神.1. The contents of the raw data file FURNITURE are listed below: ----|----10---|----20---|----30 chair,table chair,couch,table The following SAS program is submitted: data sto
几题sas base 123题疑问
我没有答案解析,很纠结.先谢谢大神.
1. The contents of the raw data file FURNITURE are listed below:
----|----10---|----20---|----30
chair,table
chair,couch,table
The following SAS program is submitted:
data stock;
infile 'furniture' dsd;
input item1 $ item2 $ item3 $;
run;
Which one of the following is the value of the variable named ITEM2 in the first observation of the output data set?
A. table
B. ,table
C. . (missing numeric value)
D. ' ' (missing character value)
Answer: D
为什么是D不是dsd就应该skip那个missing value 么
2.The following SAS program is submitted:
data allobs;
set sasdata.origin (firstobs = 75 obs = 499);
run;
The SAS data set SASDATA.ORIGIN contains 1000 observations.
How many observations does the ALLOBS data set contain?
A. 424
B. 425
C. 499
D. 1000
Answer: B
为什么是B不是C呢
3.The SASDATA.BANKS data set has five observations when the following SAS program is submitted:
libnamesasdata 'SAS-date-library';
data allobs;
set sasdata.banks;
capital=0;
do year = 2000 to 2020 by 5;
capital + ((capital+2000) * rate);
output;
end;
How many observations will the ALLOBS data set contain?
A. 5
B. 15
C. 20
D. 25
Answer: D (为什么为什么?!)
4.The following SAS program is submitted:
data work.test;
First = 'Ipswich, England';
City_Country= substr(First,1,7)!', '!'England';
run;
Which one of the following is the length of the variable CITY_COUNTRY in the
output data set?
A. 6
B. 7
C. 17
D. 25
Answer: D 不懂呀!
另外大家知道哪里看解析?谢谢网友先! =)
2,3,4都明白了.只回答1就好啦!还有哪里可以看explanation啊.

几题sas base 123题疑问我没有答案解析,很纠结.先谢谢大神.1. The contents of the raw data file FURNITURE are listed below: ----|----10---|----20---|----30 chair,table chair,couch,table The following SAS program is submitted: data sto
因为DSD默认分隔符为逗号, 而读取的时候如果是连续两个分隔符则显示为缺失!
想学好SAS可以来贴吧坐坐!http://tieba.baidu.com/f?kw=sas%B1%E0%B3%CC&fr=index

几题sas base 123题疑问我没有答案解析,很纠结.先谢谢大神.1. The contents of the raw data file FURNITURE are listed below: ----|----10---|----20---|----30 chair,table chair,couch,table The following SAS program is submitted: data sto SAS认证 123题急求SAS认证 初级和高级的123题和50题!我需要下载地址,你们的回答是什么?我看不懂 SAS base 认证123题的第79题 The following SAS program is submitted:data work.products;Product_Number=5461;Item = '1001';Item_Reference=Item||'/'||Product_Number;run;Which one of the following is the value of the variable ITEM_REFERENCE in theout 一道sas base programming 的题The following SAS program is submitted: data_null_; set old; put sales1 sales2; run; Where is the output written? A. the SAS log B. the raw data file that was opened last C. the SAS output window or an output file D. 三角形全等HL能换成sas吗,那道题hl和sas都能证,可答案给的是hl,请问我用sas对吗? SAS统计分析兄弟 ,谢谢你的建议.关于SAS统计软件的书我订了几本书,包括你推荐的,估计周末能收到货.一言难尽,这三天之内务必做完这些题.你能帮我吗?至少,给我提出个解题思路也行.你能帮 初一全等三角形证明题SAS AAS 求第九题 要用SAS 谢谢 证全等的方法(如sss,sas)共有几种,分别是什么?有没有ssa SAS sas 初一数学全等三角形的五种类型题我要找五道题,分别是(SAS)(SSS) (AAS) (ASA) (HL) 英国哪里买到base formula?如题 英国哪里能买到base formula的面膜? 求SAS OnlineTutor 9.1 Base Programming由于这里的限制,可不可以发个链接呀, 平行四边形证明asa sss sas aas如题. 第九题,以三角形全等(SAS)来判定. 怎么写,要用三角形全等判定sas.10题 请教几道SAS advanced题目