Building a single program from TSO Client

Before you begin

Before performing this sample parameterized build request, you need to ensure that the test programs have been set up as described in Setting up a test environment.

About this task

Use sample program pbtest1.cbl to perform this test case.

Procedure

  1. On the option line of the TSO Client Main Menu, type 4.
  2. 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.
  3. 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

This request generates the following files:
  • 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).
     //SYSPRINT DD DSN=$mfid.TSC.LIST($mem),DISP=SHR
    You can view the output listing from panel 2.2 if an environment definition mapping statement has be specified.
  • The details of the build processing are written to USERID.TSC.LOG.
The following output files generated by the build process are located in the VOB directory.
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.