全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
3122 3
2009-08-11
Given the SAS data set PERM.STUDENTS:
PERM.STUDENTS
NAME AGE
------- ------
Alfred 14
Alice 13
Barbara 13
Carol 14
The following SAS program is submitted:
libname perm 'SAS data library';
data students;
set perm.students;
file 'file specification';
put name $ age;
<insert statement here>
run;
The following double-spaced file is desired as output:
Alfred 14
Alice 13
Barbara 13
Carol 14
Which statement completes the program and creates the desired file?
A. put;
B. put /;
C. double;
D. put _null_;                       求解释哈~~ 谢谢啦!




二维码

扫码加我 拉你入群

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

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

全部回复
2009-8-11 21:38:01
空了两格,c吧
二维码

扫码加我 拉你入群

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

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

2009-8-13 07:52:35
2# losttemple

答案说是A哎。。
二维码

扫码加我 拉你入群

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

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

2009-8-13 15:14:17
2# 没有错吧  他认为是空了2格
put; 就是输出一空白行
而put  /; 就是在put 的基础上 强制指针指向下一行
二维码

扫码加我 拉你入群

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

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

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群