Receiving the following message in the OM View STC:
SARDBI07 No more index file space in database
How do I add more Index space to a View Database ?
You need to use the SARDBASE utility to add more Index Space to your View database. The space is allocated in the form of a new extent to your existing VIEW database.
The following JCL is an example of the SARDBASE utility that can be used to add more space to a View database:
STEP1 EXEC PGM=SARDBASE
STEPLIB DD DSN=VIEW LOADLIBRARY
SYSPRINT DD SYSOUT=*
SYSIN DD *
NAME View.HLQ
ADDDS UNIT=3390 VOL=VVVVVV CYL=NNN INDEX
where":
STEPLIB points to your View Load Library.
View.HLQ points to your View Database HLQ.
VVVVVV points to the Volume where the new Index Extent is allocated.
NNN space allocation of new extent.