Multiple choice technology mainframe

What parameters can be used to limit the number of records written to a SYSOUT dataset ?

  1. LIMIT

  2. OUTLIM

  3. SIZE

  4. MAX

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

The OUTLIM parameter is used in JCL to specify the maximum number of records that can be written to a SYSOUT dataset. This prevents runaway output and controls resource usage. LIMIT, SIZE, and MAX are not valid JCL parameters for this purpose - OUTLIM is the correct and standard parameter for limiting SYSOUT records.