We would like to rename the files for the index and area datasets for DBID 1006.
We cannot CLOSE the DB while the Datacom MUF is running, as we get these messages in the log:
DB00607I - BASE 1006 ACCESS OFF (BASE IS OPEN WRITE)
DB00622I - COMM CLOSE 1006 IGNORED, CBS HEURISTICS
Additionally, I am not able to rename the files, since they are showing allocated by Datacom task.
How can I rename this database files?
Component : CA Datacom/AD
Component : CA Datacom/DB
The easiest way to rename these files is to use this process:
This should only take a couple minutes, if the JCL is ready to run. Here is the JCL to use, taken from the new installation process for Version 15.1. I have highlighted the three lines that will need to be changed, besides adding the JOB card info.
JOBCARD1
JOBCARD2
JOBCARD3
JOBCARD4
//*------------------------------------------------------------------**
//*
//* Expected Condition Code EQ 00
//*
//* *** Change JOB CARD as necessary for your site.
//*
//* 1. Perform a global change of "CAI.NEWCHLQ"
//* 1-27 bytes in length for NEW INSTALL CUSTOM datasets
//* name forms to be used for your CUSTOM HLQ for new installs.
//*
//* 2. Perform a global change of "CAI.NEWHLQ"
//* 1-27 bytes in length for NEW INSTALL datasets
//* name forms to be used for your HLQ for NEW INSTALLS.
//*
//* 3. Perform a global change of "9CXX_NAME"
//* to the name of your CXX.
//*
//* -----------------------------------------------------------------
//*
//JCL JCLLIB ORDER=(CAI.NEWCHLQ.CUSPROC)
//*
//***-----------------------------------------------------------------*
//CXXINIT EXEC PGM=DBUTLTY,REGION=6M,PARM='/PGMMONTH=1'
// INCLUDE MEMBER=B15STLIB
// INCLUDE MEMBER=B15DDCXX
// INCLUDE MEMBER=B15DDOUT
//SYSIN DD *
SET OPTION1=MUF_NOT_ENABLED
INIT AREA=IXX,DBID=1006,OLDEP=YES
INIT AREA=CBS,DBID=1006
LOAD AREA=CBS,DBID=1006,SORT=999999,FORMAT=NONE
/*
//IXX1006 DD DISP=SHR,DSN=CAI.NEWHLQ.9CXX_NAME.IXX1006
//CBS1006 DD DISP=SHR,DSN=CAI.NEWHLQ.9CXX_NAME.CBS1006
//*
//
As always, please contact Broadcom support for CA Datacom if you have further questions.