THE TOTAL NUMBER OF RECORDS ON THE MASTER FILE..........786586
THE TOTAL NUMBER OF MODULES ON THE MASTER FILE.............805
THE TOTAL NUMBER OF ALLOCATED TRACKS......................1485
THE TOTAL NUMBER OF UNUSED TRACKS..........................874
THE TOTAL NUMBER OF USED TRACKS............................611
Any thoughts?
Librarian V4.4
From the IBM z/OS MVS System Messages Code documentation -
S80A-10 :
There is not enough virtual private area storage available to satisfy the request.
There are too many members being processed in a single execution.
Break down the number of commands being at one time:
1) Take the first step that runs the -GPO step, make it a separate job, and make the OSJOB data set a permanent data set.2) Take the -SEL statements in the OSJOB data set and break them down into individual data sets of approximately 500 statements.3) Input the individual -SEL statement data sets separately into a second Librarian job that extracts the Librarian members to the PDS or PDSE.