Multiple choice technology mainframe

NAME Field is mandatory on which of the follwing statements?

  1. JOB

  2. DD

  3. EXEC

  4. All of the above

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

In Job Control Language (JCL), the NAME field (Jobname) is strictly mandatory on the JOB statement to identify the job to the operating system. Conversely, the EXEC and DD statements can use temporary, omitted, or blank positional name fields depending on placement.