Function and Call Mappings
The following table summarizes the Functions currently supported with their associated Objects and Methods. The JCL Call column indicates whether the function can be called via the JCL Interface program WZZECIJ.
Supported Functions
Function | Object | Method | Description | JCL Call |
---|---|---|---|---|
Initialize Environment | ENV | INIT | Initialize the ISPW environment | No |
Terminate Environment | ENV | TERM | Cleanup the ISPW environment | No |
Assignment Add | ASGNMENT | ADD | Add an Assignment | Yes |
Release Add | RELEASE | ADD | Add a Release | Yes |
Task Load | TASK | LOAD | First call in loading of a single Task | Yes |
TASK | LOADPART | Calls to load individual parts of a Component for a Task (for example, load, DBRM, etc.) | Yes | |
TASK | LOADEND | Delimit the loading of a single Task | Yes | |
Task Status Update | TASK | STATUPDT | Update the status of a Task (for example, the result of a generate) | No |
Task Operation | TASK | BATOP | First call in processing Task operations in a Set | Yes |
TASK | BATOPTSK | Call for each Task to have operation performed | Yes | |
TASK | BATOPEND | Delimit the list of Tasks and Lock the set for execution. | Yes | |
Set Approve | SET | APRVMOD | Approve/Deny Set | Yes |
Set Execute | SET | EXECUTE | Release Set for Execution | Yes |
Component Transport Control | TRNSPCTL | AUTHREQ | Manage the operation of Component Transport Servers. | No |