Multiple choice technology mainframe

What are some of the rules involved in overriding parameters on the EXEC statements in a procedure

  1. A PGM parameter can be overriden

  2. If a parameter, which does not exist, is coded on the EXEC statement, the parameter will be added

  3. The parameter for each step need to be coded in the same order as they appear on the procedure EXEC statement

  4. All parameters for each step must be coded in order.

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

In JCL procedure parameter override, PGM parameters CANNOT be overridden on EXEC statements. New parameters that don't exist in the procedure can be added dynamically. All parameters for each step must be coded in the correct order as they appear in the procedure, though this is a common source of confusion.