Multiple choice technology programming languages What should be the DD name if we use the IBM utility IEBGENER? SYSUT1 SYSIN DD1 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.