Event message format
The following example shows an event that includes the event header:
For more information, see the following information:
Event message variables
The following list describes attributes of the event message variables:
- The value SVW is the prefix used for user and system events.
The eventID variable is a 5-character identifier that is used to generate the event.
Events that are distributed as part of the automation solutions begin with APxxx, AAxxx, AVxxx, AHxxx, ADxxx, AOxxx, and AExxx. You are not restricted from using these event IDs, but it is not recommended by BMC Software.
The value I is reserved for system events and must not be used in the first position of a user-defined eventID. With the exception of the letter I, you can use any 5 characters or numbers, in any position of the event ID for a user-defined event. You may want to create a naming convention for events that you define.
The variable severityCode represents a 1-character user-specified SEV parameter value for a user event. If the event, the code is either supplied by the system or a user-specified value.
- The variable functionName represents the 8-byte name of the function that generated the event (if the event is a user event). If the event is a system event, the value SYSTEM is displayed.
- The variable jobName represents the 8-byte name of the SVOS Started Task.
The variable systemID represents the 8-byte identifier of the z/OS system that was running when the event was generated.
The variable text represents the 218-byte message text that is defined by the user on a TEXT parameter (if the event is a user event). If the event is a system event, the message is either supplied by the system or is a user-specified message.
Examples of the event message format
The following examples show the usage of the event message format:
Example 1
The parameters in this example are for the AUTOPOOL function, the parameters display information from the AUTOPOOL record.
SEV=W
MODE=ACT
DEST=(SYSLOG)
TEXT='&AUTOLEV &AP_GROUP %&AP_PERFL FULL CONTAINS &AP_VOLC VOLUMES'
The resulting event message for this example is as follows:
Example 2
The parameters in this example are the same as Example 1, but this example is coded with EVNT_HDR=NO, which eliminates the function name, job name, and system ID from the message header.
SEV=W
MODE=ACT
EVNT_HDR=NO
TEXT='&AUTOLEV &AP_GROUP %&AP_PERFL FULL CONTAINS &AP_VOLC VOLUMES'
The resulting event message for this example is as follows:
Example 3
The following example of a SET statement shows how system event definition parameters can be overridden:
OVERRIDE=Y
MODE=ACT