DESCRIPTION:
CA XCOM for z/OS will write NetView Alerts when the Default table parameter ALERTS is set for conditions that meet a specified event category and severity level. This parameter may also be set in a destination member.
Multiple categories of ALERTS may be specified with the ALERTS parameter. You must have a NetView receiver available on the system where the CA XCOM server is running.
Event categories are CONVersation, SESSion, FILE, SECurity, ALL
Severity levels are: Information, Warning, Error, Action, NONE
Refer to the CA XCOM for z/OS Administrator Guide for details on setting ALERTS.
Background Information:
Individual CA XCOM error messages are marked internally for:
Everytime CA-XCOM writes a message to the XCOMLOG or MVS console, it checks the message to determine if it is eligible for ALERTS and if it matches an ALERTS category set in the DEFAULT table or destination member.
Here are some examples:
NOTE: Specify multiple ALERTS separating the values with commas. Example: ALERTS=CONVERSATION(E),SESSION(A)