
Event Statement Conditions
Event statement conditions specify one or more conditions that must be true for a
DEFINE EVENT statement to execute. An event statement condition must be preceded
by a slash (/).
Event statement conditions have the following form:
define-event-statement </ event-statement-condition(s)>;
define-event-statement
specifies a DEFINE EVENT statement.
event-statement-condition
specifies a condition to evaluate.
event-statement-condition is one of the following:
ANY (variable-1,<…, variable-n>)
checks a list of comma-delimited variables for values. If any of the variables has
a value, then the condition is true.
Example
put 'One of our ...