A SERVICE OF

logo

Unloading the Install System
BMC Software, Inc., Confidential and Proprietary Information
Chapter 2 Using the Install System 2-7
Figure 2-1 Unload Job for the Install System
//DCIINST JOB (ACCOUNT)
//*
//*
//UNLOAD EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//SYSUT3 DD UNIT=SYSDA,SPACE=(TRK,(1,1))
//SYSUT4 DD UNIT=SYSDA,SPACE=(TRK,(1,1))
//DCITINST DD DSN=BMC.INSTALL,DISP=OLD,VOL=SER=
xxxymd
,
// UNIT=TAPE,LABEL=(1,SL,EXPDT=98000)
//*
//DCITLOAD DD DSN=BMC.INSTALL.LOAD,DISP=OLD,VOL=SER=
xxxymd
,
// UNIT=AFF=DCITINST,LABEL=(2,SL,EXPDT=98000)
//*
//DCIINST DD DISP=(,CATLG,DELETE),DSN=
your.name
.INSTALL,
// UNIT=SYSDA,SPACE=(CYL,(40,5,700)),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160)
//*
//DCILOAD DD DISP=(,CATLG,DELETE),DSN=
your.name
.INSTALL.LOAD,
// UNIT=SYSDA,SPACE=(CYL,(5,1,40)),
// DCB=(RECFM=U,BLKSIZE=23476)
//*
//SYSIN DD *
COPY I=DCITINST,O=DCIINST
COPY I=DCITLOAD,O=DCILOAD
Step 2 To install products from multiple tapes, edit the unload job to copy multiple
INSTALL data sets into a single data set by using the
REPLACE option.
For each tape to be merged, you must add the following statements to the
unload job:
an additional DD statement
an additional SYSIN copy statement
When merging product tapes, always observe the following guidelines:
If you merge tapes with different versions of the Install System, copy the
oldest release first. Then, use the
COPY REPLACE option to copy the newer
releases into the same data set.
You cannot merge multiple releases of the same product. (In other words,
do not merge two tapes with the same tape code, such as SIS.)