Multiple choice technology mainframe

|EZMSDSY| will return ( give answer MM-Month DD-Date YY -Year format)

  1. MM/DD/YY

  2. MM-DD-YY

  3. DD-MM-YY

  4. DD/MM/YY

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

The |EZMSDSY| function returns date in MM/DD/YY format (Month/Date/Year). This is a standard US date format. The function name suggests it returns a date string with slashes as separators. Options with dashes or different order (DD-MM-YY) are incorrect for this specific function.