Zeke Trigger Event

Zeke Trigger events monitor jobs, programs, and datasets and raise an event when the specified condition is met.

Zeke Trigger Event Properties

This table describes the Zeke Trigger Event Properties:

Field Description
Trigger Type

Type of trigger. Available options

  • Dataset close
  • Start of job
  • End of job
  • Abnormal end of job
  • Start of program
  • End of program
  • Abnormal end of program
  • End of step
  • Abnormal end of step
  • End of Zeke event
  • Abnormal end of Zeke event
Trigger Name

The trigger name.

The Trigger name can be any of these types:

  • Jobname
  • Stepname, coded in one of these formats:

stepname
stepname.procstep.jobname
stepname.procstep
stepname..jobname

  • Program name, coded in one of these formats:

pgmname
pgmname.jobname

  • Dataset name
  • Zeke event name

Fully qualified name or name including wildcards according to these rules:

Wildcard

Description

?

A question mark (?) specifies the match of one character.

*

An asterisk (*) specifies a match of zero to any number of characters. In a dataset name an asterisk matches zero to any number of characters within the bounds of a single qualifier in the dataset name.

**

For datasets, double asterisks (**) specifies a match of zero to any number of characters across one to many contiguous qualifiers.

Event Tokens

This table describes the attributes, as tokens, returned from the agent to the scheduler when an event occurs. These tokens can be mapped to process variables in the event trigger definition.

Token Description
[EVENT.ATTRIBUTE.TRIGGERTYPE] Trigger type
[EVENT.ATTRIBUTE.TRIGGERNAME] Trigger name