OUTPUT statement reference - Key = '8002'

DALOUTPT explicitly associates a SYSOUT data set with the OUTPUT JCL statement specified in the PARM field or an output descriptor created by OUTADD. See Dynamic output for a description of OUTADD. The SYSOUT (DALSYSOU) text unit key is required with this key.

When you code DALOUTPT, # contains the number of output statements being specified, up to a maximum of 128 (X'0080'), LEN is the length of the OUTPUT statement, up to a maximum of 26 (X'001A'), and PARM contains the name of the OUTPUT statement in one of the following forms:
  • name
  • stepname.name
  • stepname.procstepname.name
Example: To reference an OUTPUT JCL statement named OUT1 in the job step named STEP1, and another named OUTX in the current step,: code
KEY    #      LEN   PARM                           LEN   PARM
8002   0002   000A  E2 E3 C5 D7 F1 4B D6 E4 E3 F1  0004  D6 E4 E3 E7