Question 86: A raw data record is shown below:
07Jan2002
Which one of the following informats would read this value and store it as a SAS date value?
- date9
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Correct Answer : 1
Exp: the only corerct DATE INFORMATS are:
MMDDYY8. reads dates written as mm/dd/yy.
You can access to full explanation to question and answer from this page.