Which informat can properly read the raw data format 02/15/85?

Master the SAS Base Programming Certification Exam with our comprehensive study tool. Utilize flashcards and multiple choice questions with detailed explanations. Gear up for success on your exam!

To determine the correct informat for reading the raw data format "02/15/85," it’s important to analyze the format of the date provided. The raw data format consists of a month (02), a day (15), and a year (85), which is represented in two-digit format.

The informat DATE10. is designed for reading dates in the format of YYYY-MM-DD, which does not match the provided raw data format.

The informat MMDDYY10. expects dates in a 10-character format that includes slashes after MM and DD (for instance, it would read dates like "02/15/1985" rather than "02/15/85"). This would not work for the two-digit year provided.

Similarly, the MMDDYYYY10. informat is intended for full four-digit years and requires a specific structure (MM/DD/YYYY). Since the year in the given format appears as a two-digit representation, this option would also be incorrect.

Given that none of these informats can correctly read the date in the format "02/15/85," the most accurate conclusion is that none of the provided choices can read the data correctly. Thus, the appropriate answer is that none of the options are suitable for this

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy