- Download the database from the Precisely Data Experience at https://data.precisely.com. The database is downloaded as a zip file. Unzip the database before proceeding with the installation.
- Store the files on a local drive or directory.
- Log onto your mainframe and locate the installation library for CODE-1 Plus International.
- Locate DASD space to accommodate the product database. Approximately 9000 cylinders are needed to load the database.
-
Locate and customize the ICPALOCF member to suit your site standards, then submit the
member. The ICPALOCF member will allocate temporary/sequential files on the mainframe,
then upload the downloaded files to the mainframe. To accommodate an increase in file size
for the TAPBLK01.CD raw EBCDIC database file, modify this statement to add DSNTYPE=LARGE
and SPACE=(CYL,(5000,4000)):
// TAPBLK01 DD DSN=QUALITY.ICP.DBTEMP.TAPBLK01,DISP=(NEW,CATLG), // UNIT=SYSDA,DSNTYPE=LARGE, // DCB=(RECFM=F,LRECL=24576,BLKSIZE=24576,DSORG=PS), // SPACE=(CYL,(5000,4000)) -
Locate and customize the ICPDBIND member to suit your site standards, then submit the
member. The ICPDBIND member creates the appropriate VSAM database files from the
sequential files uploaded in the prior step, then removes the flat files from the
mainframe. To accommodate an increase in file size for the G1ICPCC, G1ICCTY, and G1ICPCS
files, change the RECORDS statement to:
RECORDS(500000 3000)