After performing a CA Endevor ELIB Adjust function, getting a C1LB801E error
search cancel

After performing a CA Endevor ELIB Adjust function, getting a C1LB801E error

book

Article ID: 189413

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

Tried increasing the Pages using the Adjust function, but pages count is not extended. It has Free Page=33 and RESERVE LIMIT =0 

After performing the Adjust function, we are getting below error while moving the elements -

    C1LB801E MEM=IP223420   VSAM PUT-XTND RC=08 REASON= 28 RPL RBA=00002E247000 DSN=iprfx.iqual.LISTING.DATA

Environment

Release : 18.0  18.1

Component : CA Endevor Software Change Manager

Cause

Have seen this when an Elibs could not be expanded due to the volume being full. 

Resolution

1) Rename old file

    If the ELIB is a VSAM file, use an IDCAMS ALTER command::

//IDCAMS   EXEC PGM=IDCAMS                         
//SYSPRINT DD   SYSOUT=*                           
//SYSIN    DD   *                                  
  ALTER hlq.mlq.ELIB -                     
  NEWNAME(hlq.mlq.ELIB.OLD)        
  ALTER hlq.mlq.ELIB.DATA -                
  NEWNAME(hlq.mlq.ELIB.DATA.OLD)    
  ALTER hlq.mlq.ELIB.INDEX -               
  NEWNAME(hlq.mlq.ELIB.INDEX.OLD)  
/*

                               
2) Allocate new larger file on a different volume. 
       If using VSAM ELIB, can allocate the VSAM file across multiple volumes.

3) Init new file with larger allocation pages using the BC1PNLIB ELIB utility.
       See sample JCL  BC1JNLIB in the CSIQJCL library.

4) Use the BC1PNCPY utility to copy the old file to new file  
       See sample JCL  BC1JNCPY in the CSIQJCL library.   
 
       To copy all members from the old ELIB to the new ELIB specify:
//SYSIN    DD *               
COPY                          
     INPUT  DDN ELIBI         
     OUTPUT DDN ELIBO         
     MEMBER *      
.                             

Additional Information

For information about the BC1PN utilities, refer to the 'Setting Up ELIB Data Sets'  information on TechDoc