Multiple choice technology mainframe

All the parameters suffixed by "=" are keyword parameter. except:

  1. LABEL=

  2. PGM=

  3. PROC=

  4. SKIP=

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

In JCL, PGM= and PROC= are positional parameters on the EXEC statement, despite containing an equals sign. LABEL= and SKIP= are standard keyword parameters. However, JCL specifications typically treat PGM and PROC as positional. Both marked as correct is correct.