Submitting build requests using the View Files List panel
TSO Client provides three commands for submitting build requests from the View Files List panel.
Before you begin
- On the option line of the TSO Client Main Menu, type 4.
- On the left side of the Dataset Action panel, under DSLIST, type s beside a JCL or makefile data set. The View Files List panel opens with a list of files in the selected data set.
About this task
- SUB - submits the selected JCL file. Use this command to request a local build.
- MK - performs a clearmake submission of the selected makefile. Use this command to request a remote build.
- MKP - performs a clearmake submission of the selected makefile and parameter file. Use this command to request a remote build with parameters.
Submitting JCL for a build (local build)
Procedure
On the View Files List panel, do one
of the following:
- Type sub next to the file name of the JCL file you want to submit. The submit request is submitted.
- Type s next to the file name and press Enter. The Select Action panel displays. Type sub on the option line and press Enter. The submit request is submitted. Press PF3 END to return to the View Files List panel.
What to do next
Submitting a makefile (remote build)
Procedure
On the View Files List panel, do one
of the following:
- Type mk next to the file name of the makefile you want to submit. The makefile request is submitted.
- Type s next to the file name and press Enter. The Select Action panel displays. Type mk on the option line and press Enter. The makefile request is submitted. Press PF3 END to return to the View Files List panel.