Multiple choice technology programming languages

What should be the DD name if we use the IBM utility IEBGENER?

  1. SYSUT1

  2. SYSIN

  3. DD1

  4. SYSPRINT

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

IEBGENER is an IBM utility for copying datasets. It requires specific DD names: SYSUT1 for input, SYSUT2 for output, and SYSPRINT for messages. SYSIN is for utility control statements, not input data. DD1 is not a standard IEBGENER DD name.