Multiple choice technology mainframe

If * used with SYSOUT (SYSOUT=*) parameter, then where thw displays, JCL statements and messages will be printed.

  1. Spool

  2. The class assigned to MSGCLASS parameter will be used to SYSOUT.

  3. The class assigned to CLASS parameter will be used to SYSOUT.

  4. None of the above

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

When SYSOUT=* is specified in JCL, the output is routed to the output class specified in the MSGCLASS parameter. MSGCLASS controls where job output (JCL statements and messages) is sent, while the CLASS parameter is used for step-level output, not job-level output.