Task Operation – Delimit the Task Operations
Purpose
This call is only used in conjunction with a TASK LOAD (and any associated TASK LOADPART calls). It is used to delimit the loading of a Task and contains the User Extension Data. Every TASK LOAD call must be completed by a TASK LOADEND call.
API Parameter List
ECIR, TSBE
The ECIR Data Structure must have the values in the following table set.
ECIR Data Structure Values for Task Operation – Delimit the Task Operations
Parameter | Value |
|---|---|
OBJECT | TASK |
METHOD | BATOPEND |
JCL Invocation
$DEFINE_TSBE
TSBE Data Structure
The TSBE data area contains the Set ID. The TSBE layout is described in the following table.
TSBE Layout
Position | Length | Type | Description | JCL Keyword | API | JCL |
|---|---|---|---|---|---|---|
1 | 10 | CHAR | Set ID of the Set that was returned from the TASK BATOP call. | SETID | Mandatory | NA* |
* For the JCL interface, the Set ID is preserved from the TSB datagroup and does not need to be specified on this call. When using the API, the Set ID is required.