Installation instructions for FMID H284500 Service

Step by Step Instructions for Uploading ibm.h284500.service.bin

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 H284500 Service. You should read all of this material before installing this service and keep for future reference.

The service is shipped as file d:\ibm.h284500.service.bin

Overview of the installation steps

Steps required to install the service:

  1. Allocate host data set for the service.
  2. Upload ibm.h284500.service.bin from your workstation to z/OS.
  3. Expand the service file by using the TSO Receive command:.
  4. Perform SMP/E RECEIVE and APPLY.
  5. Perform Customization tasks.
Allocate host data set for 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.H284500.SERVICE.BIN,
//         DISP=(NEW,CATLG,DELETE),
//         DSORG=PS,
//         RECFM=FB,
//         LRECL=80,
//         BLKSIZE=6160,
//         SPACE=(TRK,(275,55)),
//         UNIT=SYSALLDA
//*        VOL=SER=tvol1
/*
Upload ibm.h284500.service.bin from your workstation to z/OS

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.h284500.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:\ibm.h284500.service.bin  ibm.h284500.service.bin
200 Port request OK.
125 Storing data set hlq.ibm.h284500.service.bin
250 Transfer completed successfully.
6433760 bytes sent in 3.1 seconds

ftp> quit
221 Quit command received. Goodbye.
Expand the service file by using the TSO Receive command

receive inda('hlq.ibm.h284500.service.bin')

This will create a data set named hlq.H284500.SERVICE

Perform SMP/E RECEIVE and APPLY

If you have previously installed any of the service included in the hlq.H284500.SERVICE dataset those fixes previously installed do not need to be reinstalled.

Using SMP/E perform Receive/Apply of all service included in the hlq.H284500.SERVICE dataset. Any of these fixes previously installed do not need to be reinstalled.

Perform Customization tasks

There is customization needed to incorporate these changes into your system, as described in the ++HOLD comments in the PTF cover letter of UK03285 & UK09147.