Multiple choice technology programming languages

which of the following is the valid format?

  1. TIMEDATEAMPM9

  2. DATEDTMONYY7

  3. WORDDATX3

  4. YYMONDATE6

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

WORDDATX is a valid SAS date format that writes dates with the month name. WORDDATX3 produces '3JAN2025' style output. The other options mix invalid format elements - SAS formats have specific naming conventions like DATE, DATETIME, WORDATE, but not TIMEDATEAMPM, DATEDTMONYY, or YYMONDATE.