Route a message - syncsort_simulate_2000 - Latest

Syncsort™ Storage Management Portal 2000 Rules Language Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort™ software
Product
Syncsort™ Storage Management > Syncsort™ Simulate 2000
Version
Latest
ft:locale
en-US
Product name
Syncsort Storage Management
ft:title
Syncsort™ Storage Management Portal 2000 Rules Language Guide
Copyright
2025
First publish date
1991
ft:lastEdition
2025-11-28
ft:lastPublication
2025-11-28T15:31:25.787000
L1_Product_Gateway
Integrate
L2_Product_Segment
IBM Infrastructure
L3_Product_Brand
Precisely Syncsort
L4_Investment_Segment
Mainframe
L5_Product_Group
Mainframe Storage Optimization
L6_Product_Name
Syncsort Storage Management

The default destinations used in the previous section are typically used by storage managers to communicate information to the end-user. This section will describe how to change the destination, copy the message to additional destinations, and/or write log messages or records. These more advanced features are normally to used by administrators to monitor the storage environment.

Route a Message to a TSO User

The USERID parameter on the DEFMSG, DEFPOOL, DEFENV and DEFPROD statements allow your rules language to route copies of messages to TSO users. For internal product messages, the USERID parameter on the DIF MESSAGE console command can be used to route copies of internal messages. The user specified on the USERID parameter would typically be a storage administrator that wants to monitor specific internal product messages, or has a user-defined message in the rules to stop notable conditions. In most cases, the USERID parameter would only be used in very select conditions, and would probably be an additional copy of a message written to a log file using the DDNAME parameter.

Route a Message to the Console

The WTORC parameter on the DEFMSG, DEFPOOL, DEFENV and DEFPROD statements allow your rules language to route copies of messages to the console using the WTO SVC. For internal product messages, the WTORC parameter on the DIF MESSAGE console command can be used to route copies of internal messages.

The routing and descriptor codes are typically set by the WTORC and WTODC parameters on the DEFMSG statement. The DEFPROD MSG( SYSLOG) parameter determines whether the message appears in the system log data set.