Exam A00-211 All QuestionsBrowse all questions from this 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?

    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
DEAWSOption: C

correct Answer is : C ---> ddmmyy10

ExamHWOption: C

c is correct