Which INFORMAT correctly completes the program?
Given the contents of the raw data file EMPLOYEE:
—-|—-10—-|—-20—-|—-30
Alan
19/2/2004
ACCT
Rob
22/5/2004
MKTG
MaryJane
14/3/2004
EDUC
The following SAS program is submitted:
data emps;
infile ‘employee’;
input@1 name$
@15 date <insert INFORMAT here>
@25 department$;
run;
Which INFORMAT correctly completes the program?
A . date9.
B . ddmmyyyy9.
C . ddmmyy10.
D . ddmmyyyy10.
Answer: C
Latest A00-231 Dumps Valid Version with 262 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments