DDWTBL0010 - TABLE SIZE EXCEEDS MAX IN SRT
search cancel

DDWTBL0010 - TABLE SIZE EXCEEDS MAX IN SRT

book

Article ID: 109019

calendar_today

Updated On:

Products

Datacom DATACOM - AD

Issue/Introduction

I am upgrading to release 12 on our production machine but before I can do that I have to get release 11 up to SP05, it is at SP03 right now.
When I refresh my library with SP05 and bring up MUFF everything seems ok but as it indicates in Special Action Required for SP4. Bullit 7) says to run DD11SP41.
When I run that job i get the following error:

FUNCTION = VERIFY-STRUCTURE 
ENTITY-TYPE = DATABASE 
OCCURRENCE = DATA-DICT 
VERSION = PROD 

*** VERIFY WARNING MESSAGES *** 
DDWTBL0010 TABLE SIZE EXCEEDS MAX IN SRT ENTITY=PARTITION-VALUE 


MY question is is this truely a warning error or should I change the MAXENTL parameter and run it again 

MAXENTL=1024, MAX ENTITY LENGTH 
MAXFLDS=200, MAX FIELDS IN FDT (DGT) 
MAXLVLS=20, MAX LEVELS IN A STRUCTURE 
MAXSVT=150, MAX NUMBER OF SVT ENTRIES 
MAXTRNS=24, MAX TRANSCATIONS IN A GROUP 
MAXUSRS=025, NBR OF SIMULTANEOUS USERS

Environment

z/VSE CA Datacom/DB 12.0

Cause

The reason is about value for DDSYSTBL MAXENTL= parameter.
It is set to MAXENTL=1024

Resolution

It should be MAXENTL=2048.

MAXENTL should be 2048, instead of 1024 in macro DDSYSTBL. 
Other parameters you mentioned have correct values. 

My understanding is that it is a true warning but it is still better to modify the DDSYSTBL MAXENTL parameter and asm/link again. 
And there is no need to re-run the job again. 



 

Additional Information

DDWTBL0010 - TABLE SIZE EXCEEDS MAX IN SRT 

- Reason: During verification of the DATA-DICT database, a TABLE entity-occurrence was detected with a LENGTH attribute-value greater than the value specified in the MAXENTL= parameter of the System Resource Table (SRT). 

- Action: Modify the MAXENTL= parameter of the SRT.