Multiple choice technology mainframe

When calling a procedure we can change - in different ways - this procedure. Which is the most complete statement?

  1. We can override parameters on EXEC statements and add DD statements.

  2. We can override, nullify and add parameters on all statements and add DD and/or OUTPUT

  3. We can add and override parameters to all statements, but can only nullify parameters

  4. We can nullify, override and add parameters to all statements, but can only add DD statements.

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

When calling JCL procedures, you have extensive modification capabilities. Option B is most complete because procedures allow overriding, nullifying, or adding parameters on all statement types (JOB, EXEC, DD), plus adding new DD and OUTPUT statements. Options A, C, and D are incomplete because they don't capture the full range of modification capabilities available when calling procedures.