The instructions below are to be followed only if you are downloading this product separately and trying to integrate with a z/OS base that is different from the ADCD z/OS V1 R13 July Edition.
- Obtain DB2 PE by downloading:
HTTPD1.ZT301.TDL.ADCDFD.VFDKAN1.BIN
The bin files are in gzip format for use on under zPDT. The bin files will need to be renamed to fdkan1.gz. Install the fdkan1.gz file by using the following commands under zPDT:gunzip -c fdkan1.gz > /userdir/fdkan1.bin
- Add the volumes fdkan1 to the zPDT definition(devmap) file and IPL your z/OS system.
-
Connect the new catalog
//CAT EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN DD * IMPORT CONNECT OBJ((USERCAT.Z113F.KAN511 - VOL(FDKAN1) DEVT(3390))) - CATALOG(CATALOG.Z113F.MASTER) << your master cat here
- Build aliases using
the following JCL:
// EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN DD * DEF ALIAS (NAME(KAN511 ) REL(USERCAT.Z113F.KAN511)) - CAT(CATALOG.Z113F.MASTER)
- ADD the new catalog to parmlib member
COFVLF00..
CLASS NAME(IGGCAS) ... EMAJ(USERCAT.Z113F.KAN511)