Multiple choice technology programming languages

Which of the following is a format but not informat?

  1. DATETIME

  2. DDMMYY

  3. FLOAT

  4. DAY

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

DAY is a SAS format that displays dates as day-of-week names, but there is no corresponding DAY informat for reading such values. DATETIME, DDMMYY, and FLOAT exist as both formats and informats.