Using the batch commands
DLP#BEX1 and DLP#BEX2 utilize the exact same command set for processing DELTA Lists. The commands are free form and consist of three fields separated by at least one blank, see the following table. All three fields must be contained in positions one through 71 of one SYSIN record.
The following table shows the DELTA List batch commands:
Op Code | Operands | Description |
---|---|---|
CHECK | list,TARGET=id,MODE= mode,MARK=YES,TYPE=COORD | list - Member name in the DELTA PDS to be checked id - Target IMSID or Group mode - OPTIMIZE - optimized execution mode - ELEMENT - element-at-a-time execution mode MARK=YES - If MARK=YES is specified, only those elements in the DELTA List which are marked for execution will be processed. If this is operand is omitted, all elements in the DELTA List are processed. TYPE=COORD - If TYPE=COORD is specified, then the DELTA List changes will be coordinated across all the IMS control regions in the target Group. The id specified for the TARGET= must be a Group and not an IMSID. |
EXEC | list,TARGET=id,MODE= mode,MARK=YES,TYPE=COORD | list - Member name in the DELTA PDS to be executed id - Target IMSID or Group mode - OPTIMIZE - optimized execution mode - ELEMENT - element-at-a-time execution mode MARK=YES - If MARK=YES is specified, only those elements in the DELTA List which are marked for execution will be processed. If this is operand is omitted, all elements in the DELTA List are processed. TYPE=COORD - If TYPE=COORD is specified, then the DELTA List changes will be coordinated across all the IMS control regions in the target Group. The id specified for the TARGET= must be a Group and not an IMSID. |
IF | cc, ro, value,GOTO=label | A condition code is set during Check/Execute. LASTCC reflects the result of the last operation, whereas MAXCC reflects the highest code received in all operations. Condition codes set are:
cc - The keyword LASTCC or MAXCC ro - One of the following relational operators:
value - Compared to cc and can be from 0 to 20 label - Branch to label if the tested condition is true |
EXIT |
| Terminate the job step. |
ABEND |
| Terminate job with a U4068 abend. |
Related topic