Multiple choice technology mainframe

Which of the below cannot be used in a JCL.

  1. (A) StartIF

  2. (B) Then

  3. (C) Goto

  4. (D) Else.

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

JCL does not support direct branching or control transfer keywords like GOTO. Conditional execution in JCL is handled strictly through the IF-THEN-ELSE-ENDIF construct or the COND parameter. The other options represent valid parts of JCL's conditional processing syntax.