INSERT CPSIMP – Current Plan Conditional Predecessor

Table 1. INSERT CPSIMP – Current Plan Conditional Predecessor
Argument Name Description
PREADID Predecessor application name.
PREIA Predecessor input arrival date and time YYMMDDHHMM.
PREOPNO Predecessor operation number.
PROCSTEP Use it to define a step level dependency. If the step is not in a procedure, this parameter identifies the job step name, otherwise it identifies the step name in the JCL procedure. It must correspond to a step specifying the EXEC PGM= statement.
STEPNAME Use it in conjunction with PROCSTEP when defining a step level dependency, only if the step is in a procedure, to identify the procedure invocation step name.
TYPE Condition type:
RC
To check predecessor return code
ST
To check predecessor status
LOG Logical operator:
GE
Greater than or equal to (TYPE=RC only)
GT
Greater than (TYPE=RC only)
LE
Less than or equal to (TYPE=RC only)
LT
Less than (TYPE=RC only)
EQ
Equal to
NE
Not equal to
RG
Range (TYPE=RC only)
VALRC Return code value, or lower limit of a return code value range when TYPE=RC & LOG=RG.
VALRC2 Upper limit of a return code value range when TYPE=RC & LOG=RG.
VALST Status (TYPE=ST only).
Note:
  1. To create an internal dependency, do not specify either PREADID or PREIA.
  2. Resource CPSIMP is valid only for the INSERT request starting from HCL Workload Automation for Z version 8.5, or later.