Previous Topic

Next Topic

Book Contents

Book Index

Extended Definition Mode

The structure of the entity is as follows:

Table 41 CTOSE02 Extended Definition Entity Structure

Statement

Entity

ON JOBARRIV

$$CTOJAR.qname.jobname

ON JOBEND

$$CTOJED.qname.jobname

ON DSNEVENT

$$CTODSN.qname.jobname

ON STEP

$$CTOSTP.qname.jobname

DO COND
or
DO RESOURCE

$$CTORES.qname.resource‑name

DO FORCEJOB

$$CTOCMO.qname.lib‑name.table

  • lib‑name is the first 21 characters of the Control‑M schedule library.
  • table is the member name in the Control‑M schedule library.

The whole entity name is truncated by RACF to 39. This means that table will be entirely truncated unless lib-name is less than 21.

DO STOPJOB

$$CTOJST.qname

For runtime security setting

$$CTORTS.qname.runtime‑sec

Valid values are:

  • TRIGGER
  • OWNER
  • NONE

as specified in rule parameter RUNTSEC.

Parent Topic

Module CTOSE02