人大经济论坛下载系统

Excel SPSS Eviews StataSAS S-Plus&R Matlab Lisrel&AMOS Gauss 其他
返回首页
当前位置: 主页 > 经济类软件及教程 > SAS >

sas真题与认证

文件格式:Pdf 可复制性:可复制 TAG标签: sas 真题 认证 点击次数: 更新时间:2009-10-24 15:03
介绍

sas真题与认证
 

SAS Certification: Base Programming Practice Exam
1. A raw data file is listed below.
----|----10---|----20---|----30
son Frank 01/31/89
daughter June 12-25-87
brother Samuel 01/17/51
The following program is submitted using this file as input.
data work.family;
infile file-specification;
<insert INPUT statement here>
run;
Which INPUT statement correctly reads the values for the variable BIRTHDATE as SAS date values?
A. input relation $ first_name $ birthdate date9.;
B. input relation $ first_name $ birthdate mmddyy8.;
C. input relation $ first_name $ birthdate : date9.;
D. input relation $ first_name $ birthdate : mmddyy8.;

下载地址
顶一下
(1)
100%
踩一下
(0)
0%
------分隔线----------------------------