±TC_BUILDMINWAIT - Minimum amount of time to wait (in seconds) between queries for new jobs. Default setting is 5, minimum setting is 3.

±TC_BUILDMAXWAIT - Maximum amount of time to wait (in seconds) between queries for new jobs. Default setting is 15, maximum setting is 300.

The teamcbld will check the family for work to do every TC_BUILDMINWAIT. If it is not busy it will slow down to the TC_BUILDMAXWAIT time. The build administrator can adjust these variables to tune the frequency that the build server will check the family.

Submit the JCL.

To start an MVS build server, do the following to modify the RUNPGM JCL:

1.Add a job card.

2.Modify the STEPLIB DD statement to point to the data set that contains the following load modules: TEAMCBLD, FHBMSG, FHCCMNC, and FHCRSCLI.

3.Modify the TEAMPROC DD statement to point to the data set that will contain all your MVS build scripts.

Note: The TEAMPROC DD de®nes the dataset into which the build script from TeamConenction family will be placed during the build. If the builder is of type 'none', then the build script does not exist in the family, but must already be in this dataset. If the build script refers to other build scripts (using the EXEC card), then those scripts are expected to be in this dataset also. However an optional ddname, PROCLIBS, can be de®ned which will be searched for the referred build scripts which are not found in TEAMPROC.

4.Modify the EDCENV DD statement to point to the data set that contains the environment variables.

5.Modify the following statement. For RUNPGMT, the statement is equivalent. Parameters can be speci®ed using the PARM ®eld or, in some cases, environment variables.

//RUNPGM EXEC PGM=TEAMCBLD,

//PARM=©ENVAR("_CEE_ENVFILE=DD:EDCENV")/[-e environment]

//[-ppool] [-ffamily] [-uunit_name]

//[-llogin_password] [-klocal_codepage]

//[-rremote_codepage

Where:

venvironment speci®es the environment that you are building for, such as OS/2 or MVS. The value you specify here can be anything you like, but it must exactly match the environment speci®ed for a builder in order for the builder to use this build agent. This value is case-sensitive. You can also set this value using the TC_BUILDENVIRONMENT environment variable.

vpool is the name of the build pool. You can also set this value using the

TC_BUILDPOOL environment variable. This value is case sensitive, and should match the parameter speci®ed in the Part -build command.

vfamily is the name of the TeamConnection family. If a family is not speci®ed, the value of the TC_FAMILY environment variable is used as the default.

142User's Guide

Page 162
Image 162
IBM SC34-4499-03 manual Runpgm Exec PGM=TEAMCBLD