Multiple choice technology programming languages

Which statement marks the beginning of one or more program control statements?

  1. JOB

  2. EXEC

  3. PROC

  4. PEND

  5. CNTL

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

The CNTL statement in JCL marks the beginning of one or more program control statements that are passed to the program being executed. It's used to pass control information to the program.