Previous Topic: WABLDG Keyword—SYSOUT Building DeliveryNext Topic: WAIT Keyword—Synchronous or Asynchronous Processing


WADEPT Keyword—SYSOUT Department Delivery

Valid on z/OS, ESA 4.2.0 and above.

Use the WADEPT keyword to indicate the department SYSOUT information is delivered to.

Note: For this information to be extracted from the ACID's User Record, TAILOR_ACCOUNT and TAILOR_SYSOUT must be set to YES for the appropriate Transaction Program (TP).

This keyword has the following format:

TSS ADDTO(acid) WADEPT(deptname)
deptname

Specifies the department name. If spaces are used contain the value within single quotes (for example, 'Accounts Payable Department').

Length: Up to 60 characters

This keyword is used with:

Example: WADEPT keyword

This example designates that SYSOUT information generated by USER01 is delivered to the Accounting Department:

TSS ADDTO(USER01) WADEPT('Accounting Department')