Insert CPSIMP arguments
Note: Always identify an occurrence, an operation and a
condition with:
- An INSERT or MODIFY CPOC request
- An INSERT or MODIFY CPOP request
- An INSERT or MODIFY CPCOND request
| Arg names | Length | Data type | Description |
|---|---|---|---|
| PREADID | 16 | Char | Predecessor application name |
| PREIA | 10 | Char | Predecessor application input arrival date and time |
| PREOPNO | 4 | Integer | Predecessor operation number |
| PROCSTEP | 8 | Char | 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 | 8 | Char | 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 | 2 | Char | Condition type:
|
| LOG | 2 | Char | Logical operator:
|
| VALRC | 4 | Char | Return code value. |
| VALRC2 | 4 | Char | Return code value, as second boundary in a range expressed by the RG logical operator. |
| VALST | 1 | Char | Status, valid only for ST type |
Note: To create an internal dependency, do not
specify either PREADID or PREIA.