Previous Topic

Next Topic

Book Contents

Book Index

Basic Definition Mode

The structure of the entity is as follows:

Table 40 CTOSE02 Basic 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

$IOARES.qname.resource‑name

This is the same structure that the IOASE07 security module builds to verify the user’s authorization to access IOA prerequisite conditions. If a user is allowed to access a Control‑M resource, the user is also allowed to access that resource through a CMEM rule execution.

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