Previous Topic

Next Topic

Book Contents

Book Index

Required User Actions

Perform the following steps in order to use the Single Startup API to Control-M/Analyzer:

  1. Replace the regular CALL CONTROLB of the calling user program, with the calls described in Table 319.

    Table 319 Calls to Replace Regular CALL CONTROLB

    Call Type

    From assembler user program

    From COBOL user program

    INIT

    CALL CTBSSCL,(OPTINIT,RULE, MISSION,GRP,RULENAME)

    CALL  'CTBSSCL' USING INIT, RULE, MISSION, GRP, RULENAME.

    CHECK

    CALL  CTBSSCL,(OPTCHECK,LINEL, LINEID,TOLER)

    CALL  'CTBSSCL' USING CHECK, LINEST, LINEID, TOLER.

    KILL

    CALL  CTBSSCL,(OPTKILL)

    CALL  'CTBSSCL' USING KILL.

  2. Create a Control-M/Analyzer rule named "TSTCHECK", to perform all necessary checks for the lines read by the user program. An example of this rule is provided below.

Parent Topic

Runtime Environment – Description