How to copy the Database Management CDBAZFS install file
search cancel

How to copy the Database Management CDBAZFS install file

book

Article ID: 131957

calendar_today

Updated On:

Products

Database Management for DB2 for z/OS - Administration Suite Database Management for DB2 for z/OS - Performance Suite Database Management for DB2 for z/OS - Recovery Suite Database Management for DB2 for z/OS - SQL Performance Suite Database Management for DB2 for z/OS - Utilities Suite DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS

Issue/Introduction

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

Resolution

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

//COPYZFS  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(mgmtclas) STORCLAS(storclas)
/*

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