Previous Topic: WAIT Keyword—Synchronous or Asynchronous ProcessingNext Topic: WAROOM Keyword—SYSOUT Room Delivery


WANAME Keyword—SYSOUT Person Delivery

Valid on z/OS, ESA 4.2.0 and above only.

Use the WANAME keyword to indicate who SYSOUT information is delivered to.

Note: In order for this information to be extracted from the ACID's User or Profile 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) WANAME(name)
name

Specifies the user name. If spaces are used, contain the value within single quotes (for example, 'John Smith').

Length: Up to 60 characters

This keyword is used with:

Example: WANAME keyword

This example designates John Smith as the person to whom SYSOUT information generated by USER01 is delivered:

TSS ADDTO(USER01) WANAME('John Smith')