Data Definition Language (DDL) Reference Manual
Dictionary Maintenance
Data Definition Language (DDL) Reference Manual—529431-004
10-19
Increasing Dictionary File Size
Increasing Dictionary File Size
The DDL compiler creates the dictionary files with primary and secondary extent sizes.
With these size limits, it is possible that one or more of the dictionary files can be filled
to capacity. If a dictionary file runs out of space, a FILE ERROR 45 (file is full) results.
You can increase dictionary file size by using the FUP ALTER MAXEXTENTS
command to increase the maximum number of file extents.
To increase the maximum number of file extents, do the following:
1. Start an interactive FUP session.
2. Use ALTER to increase the value of MAXEXTENTS.
3. Use FUP INFO file-name,DETAIL to display and verify your changes.
4. Exit from the interactive FUP session.
If you are altering only one file, you can use a single FUP command to change
MAXEXTENTS.
Table 10-1. Dictionary File Extent Sizes
Dictionary File Primary Extent Size Secondary Extent Size
DICTALT 4 pages 32 pages
DICTCDF 4 pages 32 pages
DICTDDF 4 pages 32 pages
DICTKDF 4 pages 32 pages
DICTMAP 4 pages 32 pages
DICTOBL 4 pages 32 pages
DICTODF 4 pages 32 pages
DICTOTF 4 pages 32 pages
DICTOUF 4 pages 32 pages
DICTOUK 4 pages 32 pages
DICTRDF 4 pages 32 pages
DICTTKN 4 pages 32 pages
DICTTYP 4 pages 32 pages
DICTVER 4 pages 32 pages