The following are software requirements for the MVS build server:

vTCP/IP Version 3.2 for MVS

vOS/390 R3 LE

To install the build server on MVS, you create MVS data sets and then upload the TeamConnection ®les to these data sets. Follow these steps:

1.On your TeamConnection server, install the MVS build server component, following the instructions in the Installation Guide.

2.On MVS, create data sets with the following characteristics:

vAn object data set [1] to contain object ®les: LRECL=80, RECFM=FB,

BLKSIZE=3120, DSORG=PO (Approximate size: 15 cylinders on a 3390.)

vA load module data set [2] to contain TEAMCBLD and DLLs: LRECL=80,RECFM=U, BLKSIZE=3120, DSORG=PO (Approximate size: 15 cylinders on a 3390.)

vA data set to contain JCL for creating load modules [3]: LRECL=80, RECFM=VB, BLKSIZE=3120, DSORG=PO

vA JCL data set for the MVS build scripts and samples [4]: LRECL=80, RECFM=VB, BLKSIZE=3120, DSORG=PO

vAn environment variable data set for the EDCENV DDname in runpgm.jcl [5]:LRECL=80, RECFM=VB, BLKSIZE=3120, DSORG=PS (optional, needed at runtime)

3.From the mvs subdirectory where TeamConnection is installed, do the following to upload the ®les to MVS:

a.Type the following at a prompt and press Enter: ftp hostname. Specify your name and password, if required.

b.Type the following, and press Enter after each: v binary

vcd data set for object code [1]

vput fhccmnc.mvs fhccmnc

vput fhcrscli.mvs fhcrscli

vput teamcbld.mvs teamcbld

vput nls\msg\NLV\fhbmsg.mvs fhbmsg

vput fhbtclnk.mvs fhbtclnk

vput getdsn.mvs getdsn

vascii

vcd JCL data set for load module [3]

vput fhblink.jcl fhblink

vput runpgm.jcl runpgm

vput runpgmt.jcl runpgmt

vput fhbmenv.var environment variable data set [5]

vquit

138User's Guide

Page 158
Image 158
IBM SC34-4499-03 manual Cd JCL data set for load module