Area names for CA 7, CA 11, and Scheduler for URI-REUSE
search cancel

Area names for CA 7, CA 11, and Scheduler for URI-REUSE

book

Article ID: 218413

calendar_today

Updated On:

Products

Datacom/AD Datacom CA-11 Scheduler Job Management CA 7 Workload Automation

Issue/Introduction

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?

Environment

Release : 15.0

Release : 15.1

Component : Datacom/AD

Component : CA 7

Component : CA 11

Component : Scheduler

Resolution

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:

  • CA7770-AWH-AREA
  • CA7770-AWL-AREA
  • CA7770-AWS-AREA
  • CA7770-DFS-AREA
  • CA7770-HIL-AREA
  • CA7770-HIS-AREA
  • CA7770-JOB-AREA
  • CA7770-MIN-AREA

For CA 11, there are four areas:

  • L7601_DSN_AREA
  • L7601_JEHF_AREA
  • L7601_JOB_AREA            
  • L7601_STEP_AREA

For Scheduler there are two areas:

  • CH430-CA-SCHEDULER-AREA
  • CH430-CA-SCHEDULER-HIST

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
. . .
/*

Additional Information

As always, please contact Broadcom support for Datacom if you have further questions.