I just successfully ran an ADDLIB function but I got the following message in the SYSOUT:
THERE ARE 1 REMAINING SPACE MAPS FOR FUTURE ADDLIBS
How do I add or allocate more space maps?
Release : 6.0
Component : CA Roscoe Interactive Environment
A SPACEMAP is a bit to bit mapping of every data block in each library. This message is given every time an ADDLIB is done and tells you how many SPACEMAPS you have to use.
There is no current problem with the index, libraries, etc. Before you add more libraries, you need to do a BACKUP and RESTORE of the libraries to RECLAIM the dead blocks, or run LIBUTIL PARM=RECLAIM to reclaim dead blocks. The resulting messages indicates how many space maps are available after the reclaim.
Please section 4 of the Roscoe Programs and Utilities Guide for assistance