The event definition section of a rule identifies the system event that causes the rule to execute. CA OPS/MVS uses the information in the event definition section to determine when to run the processing section of the rule.
The event definition section is required and is always the first section of a rule.
Use this format for coding the event definition section:
)eventtype eventspec
Following is a description of the two parts (eventtype and eventspec) that make up the event definition section.
The following eventtype values represent events that the AOF can recognize:
Application Program Interface
Automatic Restart Management event
Operator command event
Delete-operator-message event
End-of-job event
End-of-memory event
End-of-step event
Global variable event
Message event
OMEGAMON exception event
End user request event
Screen event
Security event
Time limit-exceeded event
Time-of-day event
UNIX System Services event
For more information about the types of system events that the AOF recognizes, see the chapter “Using the AOF.”
The eventspec value is a character string template matching some event identifier (such as message IDs for MSG events, system commands for CMD events, and time specifications for TOD events).
Each AOF rule type has a different eventspec template.
Examples: Event Definition Section
)MSG $HASP100
)CMD VARY
)TOD ,1 HOUR
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |