How to copy the CDBAZFS install file?
search cancel

How to copy the CDBAZFS install file?

book

Article ID: 131957

calendar_today

Updated On:

Products

RC Compare for DB2 for z/OS Database Analyzer for DB2 for z/OS Fast Unload for DB2 for z/OS Fast Check for DB2 for z/OS Fast Index for DB2 for z/OS Rapid Reorg for DB2 for z/OS

Issue/Introduction



After installing the CA Database Management Solutions for DB2 for z/OS and rolling out the installation to other environments, how do I copy the ZFS file, hlq.CDBAZFS?

Environment

Release:
Component: INS

Resolution

DFDSS can be used to copy the CDBAZFS file. The following sample JCL can be used: 

//COPYZFS0 EXEC PGM=ADRDSSU,REGION=0K
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
COPY DATASET(INCLUDE(db2tools_highlvl.CDBAZFS)) -
RENAMEU((db2tools_highlvl.CDBAZFS, -
db2tools_highlvl.TEMP.CDBAZFS)) -
ALLEXCP -
TOL(ENQF) -
MGMTCLAS(hd_mgmtclas) STORCLAS(hd_storclas)
/*

If you are allocating the files non-SMS managed then delete the SMS-related lines.