Using parameterized build with TSO Client
Using parameterized build, you can submit your z/OS® files that are stored in ClearCase® for compiling, linking, or uploading to the mainframe from the TSO Client interface.
Before you begin
- A ClearCase administrator must configure parameterized build. See Configuring parameterized build on Windows or Configuring parameterized build on UNIX for instructions.
- You need to add the following parameters to your TSO Client profile:
- PARMBUILD_SCRIPTS to specify the location of the parameterized build scripts.
- PARMBUILD_PROFILE to specify the location of the profileUSER file. This parameter is required for all UNIX environments and for Windows environments that use a table-driven configuration.
- The Remote Build server and TSO Client server must be activated. See Starting and stopping the Remote Build server and Starting and stopping the server and client components of TSO Client for instructions.
- Prepare to work with files from the TSO Client. See Preparing to work with files for instructions.
About this task
When you request a parameterized build function from the TSO Client, the commands to execute a build are sent to the distributed system. Based on the parameterized build setup on the distributed system, the appropriate build process is submitted. A set of BCLs are generated and the remote build is invoked to perform the functions on the z/OS system, such as allocate temporary data sets, upload the source program from ClearCase to the z/OS system, precompile source if needed, compile the source program, save the output object and link-edit control file to your data sets, perform link-editing, and save the load module to a predefined data set.
Select a link in the following list for more information about each parameterized build operation.
- Compile
- Submits the selected program for compiling on the z/OS system.
- Compile in batch mode
- Submits the selected program for compiling on the z/OS system. This command performs the parameterized build request in batch mode
- Upload Copy Member to Host
- Uploads a copybook member to the z/OS system.
- Submit Link Job
- Submits a link job to the mainframe, such as to link multiple source modules into one linking load module.