Previous Topic

Next Topic

Book Contents

Book Index

Passing Arguments While Invoking Control-M/Analyzer

Arguments can be passed when directly invoking Control‑M/Analyzer by using procedure CONTROLB. The arguments are specified in the EXEC statement of the job step

//  EXEC CONTROLB,RULE=rule,GROUP=group,MISSION=mission,ARG=arglist

where

A maximum of 50 arguments can be parsed in the ARG specification.

The arguments specified in arglist are accessed through System variable RARGnn, where nn is a one- or two-digit number that represents the position of the argument in arglist. To access the value of the first argument in the list, specify RARG01 within a rule. For more information, see Invoking Control-M/Analyzer Using a Direct Call, and Invoking Control-M/Analyzer Using Balancing Missions.

Parent Topic

Invoking Control-M/Analyzer (Runtime Environment)