This material is intended for the system programmer responsible for installing and maintaining programs. It contains information about the material and procedures associated with the installation of FMID H002600 Service. You should read all of this material before installing this service and keep for future reference.
The service is shipped as file d:\wd4z\H002600\Service\ibm.h002600.service.bin
Steps required to install the service:
Sequential data sets must be allocated on the z/OS system to receive the service that you will upload from your workstation. You can do this by submitting the job below. Before submitting the job add a job card and modify the parameters to meet your site's requirements.
//ALLOC1 EXEC PGM=IEFBR14 //* //FTPALLO DD DSN=hlq.IBM.H002600.SERVICE.BIN, // DISP=(NEW,CATLG,DELETE), // DSORG=PS, // RECFM=FB, // LRECL=80, // BLKSIZE=6160, // SPACE=(TRK,(10,5)), // UNIT=SYSALLDA //* VOL=SER=tvol1 /*
Upload the file in binary format from your workstation to the z/OS data set. On a Windows system, you can use FTP from a command prompt to upload the file. In the sample dialog shown below, commands or other information entered by the user are in bold, and the following values are assumed:
User enters: | Values |
---|---|
mvsaddr | TC P/IP address of the z/OS system |
tsouid | Your TSO user ID |
tsopw | Your TSO password |
d: | Your drive containing ibm.h002600.service.bin |
hlq | High-level qualifier that you used for the data set allocated in the job above |
C:\>ftp mvsaddr Connected to mvsaddr. 220-FTPD1 IBM FTP CS V2R8 at mvsaddr, 04:43:52 on 2002-03-15. 220 Connection will close if idle for more than 60 minutes. User (mvsaddr:(none)): tsouid 331 Send password please. Password: tsopw 230 tsouid is logged on. Working directory is "tsouid.". ftp> cd .. 250 "" is the working directory name prefix. ftp> cd hlq 250 "hlq." is the working directory name prefix. ftp> binary 200 Representation type is Image ftp> put d:\wd4z601\Beta3\H002600\Service\ibm.h002600.service.bin ibm.h002600.service.bin 200 Port request OK. 125 Storing data set hlq.ibm.h002600.service.bin 250 Transfer completed successfully. 375120 bytes sent in .43 seconds ftp> quit 221 Quit command received. Goodbye.
receive inda('hlq.ibm.h002600.service.bin')
This will create a data set named hlq.H002600.SERVICE
Before installing service, if you were a 6.0 user, it is recommended that you save the 6.0 customization. For example, the file that needs to be backed up for H002600 is:
Using SMP/E perform Receive/Apply of all service included in the hlq.H002600.SERVICE dataset. Any of these fixes previously installed do not need to be reinstalled.
After installing service, customozation must be performed. The publication IBM WebSphere Developer for zSeries Host Configuration Guide - SC31-6930-00 contains the step-by-step procedures to activate the functions of WDz JES Job Monitor.
This publication is on the Host CD in path d:\wd4z601\Documentation.