AXQRPTAL

The AXQRPTAL member is used to redirect the SYSOUT from the specified job, program, or DD name (or all three) to either DASD data sets or SYSOUT data sets with other than the default criteria.

The structure of this table is field-oriented with the individual fields separated by blanks; invalid entries are displayed by WTO message on the console and ignored.

The table fields are described in the following table:
Field Usage
1 Job name for which the SYSOUT request redirected. You may use wildcard characters in the specified jobname.
2 Program name.
3 DD name.
4 GDG limit. Use 0 to indicate that a non-GDG data set should be created. Use 1 - 255 to create a GDG base with the specified limit.
Note: You must code this field if you want the SYSOUT for the job name, program name, and DD name to be redirected to a DASD data set.
5 Primary allocation, in cylinders. Specify an integer in the range 1 – 99999.
Note: You must code this field if you want the SYSOUT for the job name, program name, and DD name to be redirected to a DASD data set.
6 Secondary allocation, in cylinders. Specify an integer in the range 1 – 99999.
Note: You must code this field if you want the SYSOUT for the job name, program name, and DD name to be redirected to a DASD data set.
7 Volume count. Specify an integer in the range 1 – 59.
Note: You must code this field if you want the SYSOUT for the job name, program name, and DD name to be redirected to a DASD data set.
8 SMS data class or NONE (for no data class designation at allocation).
Note: You must code this field if you want the SYSOUT for the job name, program name, and DD name to be redirected to a DASD data set.
9 SMS management class or NONE (for no management class designation at allocation).
Note: You must code this field if you want the SYSOUT for the job name, program name, and DD name to be redirected to a DASD data set.
10 SMS storage class or NONE (for no storage class designation at allocation).
Note: You must code this field if you want the SYSOUT for the job name, program name, and DD name to be redirected to a DASD data set.
When the SYSOUT for the above job name, program name, and DD name is to be redirected to SYSOUT, you must code one of the following SYSOUT formats:
  • SYSOUT=A-Z|0-9|*|$ CLASS

  • SYSOUT=(A-Z|0-9|*|$) CLASS

  • SYSOUT=(A-Z|0-9|*|$,XXXX) CLASS & FORM NAME

  • SYSOUT=(A-Z|0-9|*|$,,YYYYYYYY) CLASS & WRITER

  • SYSOUT=(A-Z|0-9|*|$,XXXX,YYYYYYYY) CLASS, FORM NAME & WRITER

These are the statement coding rules:
  • An asterisk (*) in column 1 indicates a comment.
  • Fields are delimited by blanks and can begin anywhere.

  • The first three fields are required. The remaining fields are determined by the redirection type (DASD or SYSOUT).