Multiple choice technology mainframe

What is the function of //CNTL statement ?

  1. Delimits the PROC control statements

  2. Identifies the control card library

  3. Marks the beginning of one or more program control statements

  4. None of the above

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

In JCL (Job Control Language), the //CNTL statement marks the beginning of one or more program control statements that will be passed to the program. It delimits control statements from regular job statements. Options A and B describe different JCL functions.