Endevor ELIB INQUIRE getting a C1LB011E error
search cancel

Endevor ELIB INQUIRE getting a C1LB011E error

book

Article ID: 226926

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Running ELIB Inquire for a dataset using option analyze.

//LISTING  EXEC PGM=NDVRC1,PARM='BC1PNLIB'
//LISTING  DD DISP=SHR,DSN=ENDEVOR.&SYS..&ENV..LISTING
//SYSPRINT DD SYSOUT=*
//BSTERR   DD SYSOUT=*
//SYSIN    DD *
 INQUIRE   DDNAME = LISTING OPT ANA .
```

 

Getting the following error in BSTERR output.

 
********************************* TOP OF DATA **********************************
1CA Endevor SCM Version 18.1.00        Copyright (C) 1986-2019 Broadcom. All Rig
                                                       CA Endevor SCM
 DIAGNOSTICS OUTPUT LISTING

 C1LB011E ENDEVOR LIB PAGE #   194400 OUT OF RANGE                  FILE=LISTING
  

 

Error message C1LB011E indicates:

Another user may have expanded the library while you were attempting to
read a member. 

Retry the action.

 

Have retried several times but the error persists. 

 

Environment

Release : 18.0  18.1

Component : Endevor Software Change Manager

Resolution

The ELIB most likely attempted to expand and was unsuccessful.

1)  Check the number of extents of the ELIB by:

     --   Running a LISTCAT ALL, if a VSAM ELIB, and  check the number of Extents in the STATISTICS:

                        EXTENTS---------------16 .   

     --   If a BDAM ELIB, check the Data Set Information for number of extents.

 

2)  If the ELIB is in multiple extents, the file should be expanded and reorged.

     See the KB article Tips and Techniques for Managing Endevor Elibs