Questions Related to mainframe

Multiple choice technology mainframe
  1. A REGION parameter on an EXEC statement, overrides the REGION parameter on the JOB statement.

  2. A REGION parameter on an EXEC statement, limits the space available for that step, but will never exceed the REGION on the JOB statement.

  3. A REGION parameter on an EXEC statement, is only taken into consideration if there is no REGION parameter on the JOB statement.

  4. The sum of all REGION parameters on EXEC statements, must be equal to the REGION parameter on the JOB statement.

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology mainframe
  1. For both sequential and partitioned datasets to be extended or created.

  2. Only for existing datasets to be extended.

  3. For all secured sequential datasets to be extended.

  4. Only for sequential datasets to be extended or created.

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology mainframe
  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 statements.

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

  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