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?
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?
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.
correct Answer is : C ---> ddmmyy10
c is correct