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 that copies sequential datasets. It requires specific DD names: SYSUT1 for input, SYSUT2 for output, SYSPRINT for messages, and SYSIN for control statements (optional). SYSUT1 is the standard input DD name that must be used.