全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
1339 1
2015-11-20
SAS Program:

data supply;
   infile tv;               
      input Brand $ 1-8  Model $ 9-14        
            Color $ 15-20 Stock 21-23                  
            Ordered 24-26 Sold 27-29;
run;
proc print data=supply;
run;




Queation :
How many individual SAS statements does this program contain?
A eight
B six
C two


思考下,答案到了。。。。
   A Incorrect---SAS statements usually begain with a keyword and alll end with a semicolon.Although the INPUT statement continues over three lines,it contains only one keyword and one semicolon.
   B Correct---There are six SAS statements in this program:DATA,INFILE,INPUT,RUN,PROC PRINT and RUN.
   C Incorrect---Don't confuse statements and steps.This program has two steps,a DATA step and a PROC step.Each step can have several statements,however.







二维码

扫码加我 拉你入群

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

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

全部回复
2015-11-20 11:13:11
排版为什么总是把input跳转到infile那一行,而且,model的字体变得很奇怪?
二维码

扫码加我 拉你入群

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

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

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

说点什么

分享

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