Previous Topic

Next Topic

Book Contents

Book Index

Batch Utility IOACND

Utility IOACND is a utility that is generally included in New Day processing but can also be run throughout the day on an as-needed basis. The utility adds, verifies the existence of, deletes, or modifies prerequisite conditions and resources in the IOA Conditions file and/or the Control-M Resources file. It can be activated as a started task (STC), from TSO, or from within a user program.

A copy of the utility is pre-supplied with Control-M. You need only provide the desired control statements, as discussed below:

  1. In the pre-supplied copy of the utility, add the following control statements under the EXEC statement:

      ADD    COND IDGS-MONITOR-UP %%OMONTH.%%ODAY

      DELETE COND IDJOB10-ENDED-OK %%OMONTH.%%ODAY

      CHANGE RESOURCE IDTAPE 3

      ADD CONTROL IDDATA1 E

    This job must be submitted through Control-M to resolve the AutoEdit variables.

  2. Submit the utility.
  3. Enter the IOA Conditions/Resources screen.

Take a closer look at the control statements you can use in this utility. All control statements must have the following format:

action entity_type entity_name  qualifiers

where

Note the following points about utility IOACND:

IOA Online Utility I1, which is described in the IOA Utilities chapter of the Control-M for z/OS User Guide, can be used for adding, deleting or checking a prerequisite condition in the IOA Conditions file.

Parent Topic

Additional Features