Multiple choice technology mainframe

How can the disposition of sysout datasets be set for an entire jobstream ?

  1. SYSOUT parameter

  2. OUTPUT parameter

  3. DEFAULT parameter

  4. DEST keyword

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

The disposition of sysout datasets can be set for an entire jobstream using the SYSOUT parameter. This applies to all sysout datasets in the job. OUTPUT parameter is not valid, DEFAULT parameter is for different purposes, and DEST keyword is used for destination but not for sysout disposition.