Multiple choice technology mainframe

What is the function of //CNTL statement ?

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

  2. Identifies the control card library

  3. Delimits the PROC control statements

  4. None of the above

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

The //CNTL statement in JCL marks the beginning of one or more JCL control statements that will be interpreted by the system. It is used to introduce a section of control statements that need to be processed together. It is not specifically for identifying control card libraries (that would be different JCL constructs) or for delimiting PROC definitions (which use other statements).