Multiple choice technology programming languages

What is the conventional DD name assigned to input data streams?

  1. SYSPRINT

  2. SYSIN

  3. SYSUT1

  4. SYSOUT

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

SYSUT1 is the conventional DD name for input data streams in JCL. Utility programs that require input data typically use SYSUT1 as the input DD name. SYSPRINT is for system output messages, SYSIN is for JCL control statements, and SYSOUT is for output datasets.