题目内容 (请给出正确答案)
[单选题]

Which statement specifies that records 1 through 10 are to be read from the raw data file customer.txt?

A.infile 'customer.txt' 1-10;

B.input 'customer.txt' stop@10;

C.infile 'customer.txt' obs=10;

D.input 'customer.txt' stop=10;

提问人:网友tobylibo 发布时间:2022-01-07
参考答案
查看官方参考答案
如搜索结果不匹配,请 联系老师 获取答案
网友答案
查看全部
  • · 有6位网友选择 C,占比60%
  • · 有2位网友选择 D,占比20%
  • · 有1位网友选择 A,占比10%
  • · 有1位网友选择 B,占比10%
匿名网友 选择了C
[230.***.***.169] 1天前
匿名网友 选择了C
[55.***.***.21] 1天前
匿名网友 选择了D
[33.***.***.209] 1天前
匿名网友 选择了C
[196.***.***.203] 1天前
匿名网友 选择了D
[224.***.***.164] 1天前
匿名网友 选择了C
[86.***.***.177] 1天前
匿名网友 选择了C
[110.***.***.54] 1天前
匿名网友 选择了C
[13.***.***.26] 1天前
匿名网友 选择了A
[142.***.***.210] 1天前
匿名网友 选择了B
[240.***.***.224] 1天前
加载更多
提交我的答案
登录提交答案,可赢取奖励机会。
更多“Which statement specifies that…”相关的问题
第1题
Which of the following translations fall into the category of grammatical errors?

A、促进和平统一事业 promoting the cause of peaceful unification

B、拥挤的交通 crowded traffic

C、跟他结婚后,她的麻烦开始了。After marrying him, her trouble began.

D、掌上明珠 the pearl on one’s hand

点击查看答案
第2题
The following SAS program is submitted: data WORK.DATE_INFO; Day="01" ; Yr=1960 ; X=mdy(Day,01,Yr) ; run; What is the value of the variable X?

A、the numeric value 0

B、the character value "01011960"

C、a missing value due to syntax errors

D、the step will not compile because of the character argument in the mdy function.

点击查看答案
第3题
10名幼儿园小朋友的名字、性别、生日信息,见附件表1。新建一个名为Child数据集,数据集中有四个变量,分别是name,gender,birthday,age,其中变量age是用赋值语句计算出来的每个小朋友的年龄,程序命名为grade01.sas。 表1 10名幼儿园小朋友体检数据 Name gender birthday 刘明铭 男 2012/11/11 李敏洁 女 2014/3/15 代子清 男 2014/9/20 夏天 男 2013/4/1 郭悦 女 2013/7/25 胡月玲 女 2013/7/20 程彬 女 2014/10/9 杨帆帆 男 2016/10/9 刘进 男 2016/5/10 张思凡 女 2015/8/19
点击查看答案
第4题
The following SAS program is submitted: data WORK.DATE_INFO; X="01Jan1960" D ; run; Variable X contains what value?

A、the numeric value 0

B、the character value "01Jan1960"

C、the date value 01011960

D、the code contains a syntax error and does not execute.

点击查看答案
第5题
The following SAS program is submitted: data WORK.TEST; set WORK.PILOTS; if Jobcode='Pilot2' then Description='Senior Pilot'; else Description='Unknown'; run; The value for the variable Jobcode is: PILOT2.What is the value of the variable Description?

A、PILOT2

B、Unknown

C、Senior Pilot

D、' ' (missing character value)

点击查看答案
第6题
Consider the following data step: data WORK.NEW; set WORK.OLD; Count+1; run; The variable Count is created using a sum statement. Which statement regarding this variable is true?

A、It is assigned a value 0 when the data step begins execution.

B、It is assigned a value of missing when the data step begins execution.

C、It is assigned a value 0 at compile time.

D、It is assigned a value of missing at compile time.

点击查看答案
第7题
Which is a valid LIBNAME statement?

A、libname "_SAS_data_library_location_";

B、sasdata libname "_SAS_data_library_location_";

C、libname sasdata "_SAS_data_library_location_";

D、libname sasdata sas "_SAS_data_library_location_";

点击查看答案
第8题
The data set WORK.REALESTATE has the variable LocalFee with a format of 9. and a variable CountryFee with a format of 7.; The following SAS program is submitted: data WORK.FEE_STRUCTURE; format LocalFee CountryFee percent7.2; set WORK.REALESTAT; LocalFee=LocalFee/100; CountryFee=CountryFee/100; run; What are the formats of the variables LOCALFEE and COUNTRYFEE in the output dataset?

A、LocalFee has format of 9. and CountryFee has a format of 7.

B、LocalFee has format of 9. and CountryFee has a format of percent7.2

C、Both LocalFee and CountryFee have a format of percent7.2

D、The data step fails execution; there is no format for LocalFee.

点击查看答案
第9题
以下数据来自7位同学的高考语文、数学和英语成绩,编程计算平均成绩在75分以上的男同学人数(注:平均成绩保留一位小数)。 m 82 78 69 f 90 78 89 m 79 86 98 m 76 56 80 f 72 76 81 f 69 78 91 m 92 71 85 评分说明: 1.平均成绩计算错误,减2分;保留小数位数不对减1分;人数统计不对减2分;程序语法存在问题减1分。 2. 减分到零为止。
点击查看答案
第10题
Rewrite the following program using %LET to assign the starting and ending values of the DO loop to macro variables. Be sure these values also are printed in the PROC PRINT output; data Sqrt_Table; do n = 1 to 5; Sqrt_n = sqrt(n); output; end; run; title "Square Root Table from 1 to 5"; proc print data=Sqrt_Table noobs; run;
点击查看答案
账号:
你好,尊敬的用户
复制账号
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
欢迎分享答案

为鼓励登录用户提交答案,简答题每个月将会抽取一批参与作答的用户给予奖励,具体奖励活动请关注官方微信公众号:简答题

简答题官方微信公众号

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“简答题”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
简答题
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反简答题购买须知被冻结。您可在“简答题”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
简答题
点击打开微信