While running a CA Librarian job to unload all the members in a Master file to a PDS, get the following error: SUMMARY OF ACTIVITY LISTING ENDED DUE TO TABLE OVERFLOW.
search cancel

While running a CA Librarian job to unload all the members in a Master file to a PDS, get the following error: SUMMARY OF ACTIVITY LISTING ENDED DUE TO TABLE OVERFLOW.

book

Article ID: 7122

calendar_today

Updated On:

Products

Librarian

Issue/Introduction

While running a CA Librarian job to unload all the members in a Master file to a PDS, get the following error while still processing the members starting with A:

 SUMMARY OF ACTIVITY LISTING ENDED DUE TO TABLE OVERFLOW. 
 REFER TO UPDATE RECORD LISTING FOR RESULTS OF THE REMAINING OPERATIONS. 

 

Is there a way to increase the size of the Summary of Activity Table?

Environment

Release: LIB-AM00200-4.4-CA-Librarian-Access Method
Component:

Cause

From the CA Librarian Message Reference manual:

 

THIS LISTING TERMINATED DUE TO TABLE OVERFLOW. SEE UPDATE RECORD LISTING FOR RESULTS OF THE REMAINING OPERATION.

Reason:

The Summary of Activity lists only 400 modules, however, processing continues.

Action:

Check the Update Record listing for the status of remaining modules.

Resolution

It is not necessary to increase the size of the table.

Only the generation of the report lines is stopped. Processing continues and the remainder of the statements are processed. 

 

Use a Master File Index report to verify that all members of the Librarian Master file were unloaded to the PDS.

Sample Master File Index report job:

//INDEX    EXEC PGM=AFOLIBR,PARM='NRJS,NJTA'        
//SYSPRINT DD  SYSOUT=*                                      
//INDEX    DD  SYSOUT=*                                      
//MASTER   DD  DISP=SHR,DSN=your.master.file    
//OSJOB    DD  DUMMY                                        
//SYSIN    DD  *                                            
-OPT INDEX                                                  
-END                                                        
/*