Building a single program from TSO Client
Before you begin
About this task
Procedure
- 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 data set that is mapped to the CBL file type.
- On the left side of the View Files List panel, under the ClearCase® file name, do one
of the following actions:
- Type pbf next to the pbtest1 file name. The build request is submitted.
- Type s next to the pbtest1 file name and press Enter. The File Actions panel displays. Type pbf on the option line, press Enter. The build request is submitted. Press PF3 END to return to the View Files List panel.
Results
- The output object file is saved in USERID.XOBJLIB(PBTEST1).
- The link-edit control file is saved in USERID.XLOADLIB(PBTEST1).
- The output load module is saved in USERID.CA.PARMBLD.LOAD(PBTEST1).
- Assuming that the sample build script is modified as below, the
output listing file is saved to a preallocated PDS USERID.TSC.LIST(PBTEST1).
You can view the output listing from panel 2.2 if an environment definition mapping statement has be specified.//SYSPRINT DD DSN=$mfid.TSC.LIST($mem),DISP=SHR - The details of the build processing are written to USERID.TSC.LOG.
- yourfile.cbl_compile.log
- The log file for compiling. In this file name, yourfile.cbl is the name of the file for which you submitted the Compile request.
- rccbuild.log
- The remote build log file.