Multiple choice technology mainframe

*DATN displays the current date in ------- format.

  1. YYYYMMDD

  2. DDMMYYYY

  3. DD/MM/YYYY

  4. MM/DD/YYYY

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

In Natural programming, the system variable *DATN displays the current date in YYYYMMDD format (8 digits, year first). This is the standard uncompressed date format. Other options show different formats but *DATN specifically returns YYYYMMDD.