Task Load – Delimit the Loading for a Task
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, TSIE
The ECIR Data Structure must have the values in following Table set.
ECIR Data Structure Values for Task Load – Delimit the Loading for a Task
Parameter | Value |
|---|---|
OBJECT | TASK |
METHOD | LOADEND |
JCL Invocation
$DEFINE_TSIE
Only the $DEFINE_TSIE is required. No additional parameters are necessary, unless User Extension Data is to be updated for this module.
TSIE Data Structure
The TSIE data area contains user data associated with a Task and is used to delimit the sequence of calls for a single Task. The TSIE layout is described in the following table.
TSIE Layout
Position | Length | Type | Description | JCL Keyword | API | JCL |
|---|---|---|---|---|---|---|
1 | 254 | CHAR | User extension data | VPS01U | Optional | Optional |
255 | 254 | CHAR | User extension data | VPS02U | Optional | Optional |
509 | 254 | CHAR | User extension data | VPS03U | Optional | Optional |
763 | 254 | CHAR | User extension data | VPS04U | Optional | Optional |
1017 | 254 | CHAR | System extension data | VPS01 | Optional | Optional |
1271 | 254 | CHAR | System extension data | VPS02 | Optional | Optional |
1525 | 254 | CHAR | System extension data | VPS03 | Optional | Optional |
1779 | 254 | CHAR | System extension data | VPS04 | Optional | Optional |