U11D-8200-5 SSN=CAL7 DBID=0601 Area=aaa at 80% used. What is required to address this error?
Release: ELEVEN00200-11-Workload Automation-Restart Option-for Z/OS Schedulers
Component:
The CA 11 STC will generate a U11D-8200-5 message once any of the 601 database files reach a designated threshold, based on its ‘DBWARN=’ configuration file setting. The 601 database areas that could be affected are the IXX, JHF, DSN, STP, or JOB.
U11D-8200-5 indicates a CA 11 database (DB 601, area ) has reached the DBWARN xx% full threshold. This may not be a cause for concern, depending on the values in the next message, U11D-8200-6 or U11D-8200-8. If these shows that the number of EXTENTS for the file is sufficient, and if the U11D-8200-7 message then shows that there are enough tracks or cylinders free on the volume, the file can dynamically extend if it becomes full. If there are no additional extents available that will allow the file to dynamically extend on its own, perform the following:
Below is an example of the command syntax issued via DBUTLTY COMM statement to extend the JHF by 50 cylinders:
//SYSIN DD *
COMM OPTION=CONSOLE,OPTION2='DYNAMIC_EXTEND 601,JHF,50,CYL'
/*
Below is an example of the console command to the MUF:
/F mufstc,,DYNAMIC_EXTEND 601,JHF,50,CYL
The DYNAMIC_EXTEND command can be issued for any of the CA 11 database 601 areas.
NOTE: Keep in mind that the MANT task should be running on a regular basis to delete old records from the database to keep it from getting full.
See DBUTLTY DEFRAG function and Article ID: 55781 - Maintaining the CA-11 Restart and Tracking CMT and JEHF databases