A00-211 Exam QuestionsBrowse all questions from this exam

A00-211 Exam - Question 58


This question will ask you to provide a missing format:

Given the contents of the raw data file 'EMPLOYEE.TXT'

Which SAS information correctly completes the program?

Show Answer
Correct Answer: C

The correct informat to read the date in the format present in the raw data file is ddmmyy10. The dates in the file are in the format 'DD MM YYYY', for instance '19 2 2004' corresponds to the 19th of February, 2004. Thus, the correct informat for reading this date correctly in SAS would be ddmmyy10.

Discussion

2 comments
Sign in to comment
ExamHWOption: C
Feb 11, 2024

c is correct

DEAWSOption: C
Feb 14, 2024

correct Answer is : C ---> ddmmyy10