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.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.