Previous Topic: ALTCTR System Option—Alternate Data Center IDNext Topic: BLPSEC System Option—Bypass Label Processing (BLP) Security


AUX System Option—Data Set Name and Message Number for Auxiliary Messages

Use the AUX system option to generate specific auxiliary messages for data sets that require special handling instructions. This option dynamically builds table TLMSMTAB. If this option is set, the ROUTAUX option must be set to YES.

A maximum of 128 AUX= statements may be supplied.

The parameters specify the message number and starting position associated with the indicated data set name.

This system option has the following format:

AUX=dsname [,POS=nn] ,NMSG=nn
dsname

Specifies the data set name or prefix for auxiliary messages.

POS=nn

(Optional) Specifies the starting position in the data set name.

Default: 01

NMSG=nn

Specifies the message number associated with this data set.

Examples: AUX System Option

AUX=MSG.AAA,POS=7,NMSG=1
AUX=MSG.BBB,POS=7,NMSG=2