Previous Topic

Next Topic

Book Contents

Book Index

Handling Manual Conditions for Simulation

Perform the following steps to incorporate manual conditions into the IOA Conditions file that is used in the simulation procedure.

  1. Create a Conditions file and a Manual Conditions file to be used for simulation only. You can use the FORMCND and FORMNRS members in the IOA INSTALL library to do this. The file name CND can be changed to SIMCND. The file names NRS and NSN can be changed to SIMNRS and SIMNSN respectively.
  2. Using the CTMCOPRS utility, copy the contents of the production IOA Conditions file into the simulation Conditions file created in Step 1.
  3. Integrate the IOALDNRS utility into the standard CTMSIM procedure so that it runs against the simulation Active Jobs File, which has been loaded with simulation jobs, to load the manual conditions into the simulation NRS file SIMNRS.

    Specify the following overrides when using the IOALDNRS procedure:

    Table 269 Overrides To Be Specified on IOALDNRS

    DDname

    DSname Suffix

    Override Suffix

    DANRES

    NRS

    SIMNRS

    DANSINC

    NSN

    SIMNSN

    DACNDF

    CND

    SIMCND

  4. Integrate the MAYBEJOB job, which is in the Control-M JCL library, into the standard CTMSIM procedure to add the required manual Maybe conditions to the simulation Conditions file.

    Specify the following overrides when running MAYBEJOB:

    Table 270 Overrides To Be Specified on MAYBEJOB

    DDname

    DSname Suffix

    Override Suffix

    DANRES

    NRS

    SIMNRS

    DANSINC

    NSN

    SIMNSN

  5. Specify the following override for the simulation step:

    Table 271 Override To Be Specified for Simulation Step

    DDname

    DSname Suffix

    Override Suffix

    DACNDF

    CND

    SIMCND

Parent Topic

Simulation Procedure CTMSIM