How to Suppress TSO messages in CA Workload Automation ESP Edition
search cancel

How to Suppress TSO messages in CA Workload Automation ESP Edition

book

Article ID: 20551

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

Description:

This Knowledge Document describes how to Suppress TSO messages in CA Workload Automation ESP Edition.

Solution:

If your TSO user ID is considered the owner of the event, then whenever the event triggers, its generated messages will be sent to you. As a result, when you logon, you may get many TSO messages.

Here is a way to suppress the TSO messages in ESPPARM by adding:
TSOSEND DISABLE

As stated in the Installation and Configuration Guide,

The TSOSEND initialization parameter applies either when no mailbox is specified in the Event definition or when a mailbox is specified and a TSOUSER parameter is included in the mailbox definition. The TSOSEND command does not apply to messages that the NOTIFY and SEND commands initiate.

One thing to stress, this parm will affect ALL TSO users on this ESP Edition system. If you ONLY want to suppress TSO messages for one specific user, you can do the following:

  • Create a MAILBOX as follows in the MAILLIST table:
    MAILBOX NULL MAXLINES(0)

  • Change related PROFILE parm in UPDT table by including MAILBOX(NULL) as follows:
    PROFILE USER(USER1) EVENTSET(EVENT1) HIST(-) MAILBOX(NULL)

  • Reload both MAILLIST and UPDT from ESP page mode:
    OPER LOADNL 'ESP.V113.PARMLIB(MAILLIST)'
    OPER LOADUPDT 'ESP.V113.PARMLIB(UPDT)'

Then TSO user USER1 will not get TSO messages, but other TSO users won't be affected.

Environment

Release: ENCWLA00200-11.3-Workload Automation-Restart Option-EE
Component: