Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Workbench REST API Methods
This section describes how to work with REST API methods.
Submit JCL contained in a PDS member
POST <ces server>/compuware/ws/topazworkbench/submit/<partitioned data set name>/<member name>
Headers
Authorization: <CES Token>
Content-Type: application/json
Accept: application/json
Submit JCL from the REST Client
POST <ces server>/compuware/ws/topazworkbench/submit/
Headers
Authorization: <CES Token>
Content-Type: application/json
Accept: application/json
Body
jcllist
Submit JCL contained in a sequential data set
POST <ces server>/compuware/ws/topazworkbench/submit/<sequential data set name>
Headers
Authorization: <CES Token>
Content-Type: application/json
Accept: application/json
Check the execution status of a Job
POST <ces server>/compuware/ws/topazworkbench/checkJobStatus/<Job Name>/<Job Id>