We would like to implement the changes to support URI-REUSE for our CA 7, CA 11, and Scheduler databases. What are the area names that I need to change?
Release : 15.0
Release : 15.1
Component : Datacom/AD
Component : CA 7
Component : CA 11
Component : Scheduler
To enable URI-REUSE requires the actual Datadictionary Area name, which can be found in the CXX report.
For CA 7, there are eight areas:
For CA 11, there are four areas:
For Scheduler there are two areas:
You will need to run DDUPDATE for each area, or you will need to repeat the cards from -UPD AREA through -END for each one of the areas you are changing. It would look like this:
//*
//*------------------------------------------------------------------**
// JCLLIB ORDER=CAI.CHLQ.CUSPROC <- change this for your CUSPROC
//*
//*------------------------------------------------------------------**
//*
//* EXECUTE DDUPDATE TO UPDATE THE URI-REUSE SETTING
//*
//*------------------------------------------------------------------**
//*
//URIREUSE EXEC PGM=DDUPDATE,REGION=0M
// INCLUDE MEMBER=B15STLIB
// INCLUDE MEMBER=B15DDOUT
//*
//SYSIN DD *
+USR DATACOM-INSTALL,NEWUSER
-UPD AREA,L7601_DSN_AREA(PROD)
1000 ALTER
1500 URI-REUSE,Y
-END
-UPD AREA,L7601_JEHF_AREA(PROD)
1000 ALTER
1500 URI-REUSE,Y
-END
. . .
/*
As always, please contact Broadcom support for Datacom if you have further questions.