Previous Topic: C1I MessagesNext Topic: C1M Messages


C1LB Messages

This section details messages generated in the course of processing, along with possible causes and corrective actions to take in error situations.

C1LB000S

C1LB0003 INTERNAL ERROR # error number UNEXPECTED BUG text ENDEVOR LIB FUNCTION # function number

Reason:

Internal error.

Following is a list of the codes and their meanings for the function number parameter:

0001 OPEN INPUT
0002 OPEN OUTPUT
0003 CLOSE
0004 FIND MEMBER
0005 DELETE MEMBER
0006 READ MEMBER RECORD
0007 ADD MEMBER (FAIL NOT NEW)
0008 ADD/REPLACE MEMBER
0009 SORTED MEMBER LIST
0010 UNSORTED MEMBER LIST
0011 STOW MEMBER
0012 READ FROM BEGINNING
0013 ROLLBACK PARTIAL UPDATE
0014 OPEN SEQ LOAD (INIT/EXTEND)
0015 REOPEN FOR RANDOM UPDATE
0016 RESERVE DATA SET EXCLUSIVE ENQ
0017 RELEASE DATA SET EXCLUSIVE DEQ
0018 REORG DIRECTORY (REHASH)
0019 EXPAND LIBRARY
0020 ADJUST AUTO EXPAND CRITERIA
0021 CLOSE TYPE=T

Action:

Contact CA Technical Support.

C1LB001E

IMPROPER / OUT OF SEQ ENDEVOR LIB FUNCTION # function number MEMBER=member name DDNAME/DSN ddname or dsname

Reason:

Internal error.

Following is a list of the codes and their meanings for the function number parameter:

0001 ENSURE SINGLE THREADED OUTPUT
0002 OPEN LIBRARY FOR INPUT
0003 CLOSE LIBRARY
0004 FIND MEMBER
0005 DELETE MEMBER
0006 READ MEMBER
0007 ADD MEMBER
0008 REPLACE MEMBER
0009 SORTED DIRECTORY LIST
0010 UNSORTED DIRECTORY LIST
0011 STOW MEMBER
0012 READ MEMBER FORM BEGINNING
0013 ROLLBACK MEMBER ABORT STOW
0014 OPEN EXTEND (INIT/EXTEND)
0015 REOPEN (SEQ->RANDOM)
0016 ENQ DATA SET EXCLUSIVE
0017 DEQ DATA SET
0018 REORG DIRECTORY PAGES
0019 EXPAND DATA SET
0020 ADJUST EXPAND DEFAULTS
0021 CLOSE TYPE=T

Action:

Contact CA Technical Support.

C1LB002S

LIBRARY IS NOT ENDEVOR LIB DATA SET.

Reason:

You requested an ELIB function against a data set that is not defined as an ELIB data set.

Action:

Contact CA Technical Support about allocating the data set as an ELIB data set.

C1LB003E

ELIB FULL OR MEMBER SIZE > RESERVE PAGES - data set (member)

Reason:

The named member cannot be added to the library because the library is full or the size of the member exceeds the reserve threshold for the library.

Action:

Adjust the reserve threshold of the library.

C1LB004S

LIBRARY SPACE MAP IS DAMAGED, NEEDS RECOVERY.

Reason:

The ELIB space map is damaged.

Action:

Run BC1PNCPY to salvage as many members as possible. Revert to backups for members that cannot be recovered.

C1LB005W

LIBRARY IS BUSY BEING EXTENDED OR INITIALIZED.

Reason:

The requested action cannot be executed because the library is busy.

Action:

Resubmit the action at a later time.

C1LB006E

LIBRARY OPEN FAILED.

Reason:

Internal error.

Action:

This error is usually caused by failure to initialize an Elib. However, there may be other causes, so also check for other messages.

C1LB007C

DATA SET IS NEW (EMPTY)

Reason:

You submitted a job using the INITIALIZE function and DESTROY TO REUSE option of the BC1PNLIB utility. However, the data set against which you ran the action has no members.

Action:

Correct the INITIALIZE syntax and rerun the job.

C1LB008C

DATA SET IS NOT EMPTY

Reason:

You submitted a job using the INITIALIZE function and DESTROY TO REUSE option of the BC1PNLIB utility. However, the data set against which you ran the action has members in it.

Action:

Correct the INITIALIZE syntax and rerun the job.

C1LB009C

INSUFFICIENT STORAGE TO PROCESS FUNCTION = function number

Reason:

CA Endevor SCM could not acquire enough storage to execute the named function.

Following is a list of the codes and their meanings for the function number parameter:

0001 ENSURE SINGLE THREADED OUTPUT
0002 OPEN LIBRARY FOR INPUT
0003 CLOSE LIBRARY
0004 FIND MEMBER
0005 DELETE MEMBER
0006 READ MEMBER
0007 ADD MEMBER
0008 REPLACE MEMBER
0009 SORTED DIRECTORY LIST
0010 UNSORTED DIRECTORY LIST
0011 STOW MEMBER
0012 READ MEMBER FORM BEGINNING
0013 ROLLBACK MEMBER ABORT STOW
0014 OPEN EXTEND (INIT/EXTEND)
0015 REOPEN (SEQ->RANDOM)
0016 ENQ DATA SET EXCLUSIVE
0017 DEQ DATA SET
0018 REORG DIRECTORY PAGES
0019 EXPAND DATA SET
0020 ADJUST EXPAND DEFAULTS
0021 CLOSE TYPE=T

Action:

Contact CA Technical Support.

C1LB010S

ENDEVOR LIB INTERNAL LINKAGE ERROR FUNCTION=function number DDNAME/DSN ddname or dsname

Reason:

Internal error.

Following is a list of the codes and their meanings for the function number parameter:

0001 ENSURE SINGLE THREADED OUTPUT
0002 OPEN LIBRARY FOR INPUT
0003 CLOSE LIBRARY
0004 FIND MEMBER
0005 DELETE MEMBER
0006 READ MEMBER
0007 ADD MEMBER
0008 REPLACE MEMBER
0009 SORTED DIRECTORY LIST
0010 UNSORTED DIRECTORY LIST
0011 STOW MEMBER
0012 READ MEMBER FORM BEGINNING
0013 ROLLBACK MEMBER ABORT STOW

Action:

Contact CA Technical Support.

C1LB011E

ENDEVOR LIB PAGE # page number OUT OF RANGE DDNAME/DSN ddname or dsname

Reason:

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

Action:

Retry the action.

C1LB013S

ENDEVOR LIB BUFFER MGMT STORAGE DAMAGED DDNAME/DSN ddname or dsname

Reason:

Internal error.

Action:

Contact CA Technical Support.

C1LB014E

ENDEVOR LIB PAGE # page number HEADER DATA DAMAGED DDNAME/DSN ddname or dsname

Reason:

The header data on the indicated page is damaged.

Action:

Identify and correct the problem using the ELIB data set utilities. For more information, see the chapter "Setting Up ELIB Data Sets" in the Utilities Guide. You may be required to re-org your ELIB data set. If the data set cannot be corrected using these utilities, call CA Technical Support.

C1LB015C

ENDEVOR LIB LOADING PAGE # page number - OUT OF SEQ DDNAME/DSN ddname or dsname

Reason:

CA Endevor SCM attempted to load the page indicated in the message but it was out of sequence.

Action:

Contact CA Technical Support.

C1LB016C

MEMBER NAME = member name CONTAINS INVALID CHARACTERS

Reason:

The indicated member contains invalid characters. This can occur when using BC1PNCOPY to copy from a PDS with binary characters in member names.

Action:

Contact CA Technical Support.

C1LB017S

DIRECTORY PAGE # page number KEY NOT "DIRddddd"

Reason:

The indicated page number is a directory page but its key is not in the indicated format.

Action:

Contact CA Technical Support.

C1LB018S

ENDEVOR LIB ROLLBACK FAILURE MEMBER=member name DDNAME/DSN ddname or dsname

Reason:

Internal error.

Action:

Contact CA Technical Support.

C1LB019S

ENDEVOR LIB FUNCTION # function number PARAMS INVALID DDNAME/DSN ddname or dsname

Reason:

Internal error.

Following is a list of the codes and their meanings for the function number parameter:

0001 ENSURE SINGLE THREADED OUTPUT
0002 OPEN LIBRARY FOR INPUT
0003 CLOSE LIBRARY
0004 FIND MEMBER
0005 DELETE MEMBER
0006 READ MEMBER
0007 ADD MEMBER
0008 REPLACE MEMBER
0009 SORTED DIRECTORY LIST
0010 UNSORTED DIRECTORY LIST
0011 STOW MEMBER
0012 READ MEMBER FORM BEGINNING
0013 ROLLBACK MEMBER ABORT STOW
0014 OPEN EXTEND (INIT/EXTEND)
0015 REOPEN (SEQ->RANDOM)
0016 ENQ DATA SET EXCLUSIVE
0017 DEQ DATA SET
0018 REORG DIRECTORY PAGES
0019 EXPAND DATA SET
0020 ADJUST EXPAND DEFAULTS
0021 CLOSE TYPE=T

Action:

Contact CA Technical Support.

C1LB020W

MEMBER = member name ALREADY EXISTS

Reason:

A member already exists in the target data set with the name indicated in the message.

Action:

Make sure that you specified the member name correctly.

C1LB021C

MEMBER = member name RECORD LENGTH = length TOO BIG

Reason:

The record length for the member referenced in the message is too large for the target data set.

Action:

Contact CA Technical Support.

C1LB022C

ENDEVOR LIB UNABLE TO LOAD BDAM SUPPORT MODULE DDNAME/DSN ddname or dsname

Reason:

Internal error.

Action:

Contact CA Technical Support.

C1LB023E

MEMBER = member name TOO LARGE OR FRAGMENTED TO STOW

Reason:

The named member is either too large or too fragmented to store in the directory pages for this data set.

Action:

Contact CA Technical Support.

C1LB024W

MEMBER member name NOT FOUND

Reason:

CA Endevor SCM could not find the named member.

Action:

Make sure that you specified the member name correctly, and then resubmit the action request.

C1LB025W

MEMBER member name UNDER UPDATE BY ANOTHER USER

Reason:

The named member is being updated by another user.

Action:

Access the member at a later time.

C1LB027E

ENDEVOR LIB library name INIT INCOMPLETE - RERUN INIT

Reason:

CA Endevor SCM was unable to initialize the named library.

Action:

Rerun the initialization job.

C1LB028W

ENDEVOR LIB TOO FULL TO REORG - USE EXPAND DDNAME/DSN ddname or dsname

Reason:

The named library is too full to reorganize.

Action:

Use the expand function of the BC1PNLIB utility to expand the size of the library.

C1LB029E

ENDEVOR LIB CAN NOT BE MADE SMALLER BY EXPAND DDNAME/DSN ddname or dsname

Reason:

The EXPAND request makes the named library smaller. This is an invalid request.

Action:

Resubmit the request with different size specifications.

C1LB030S

ENDEVOR LIB MEMBER=member name HAS DAMAGED PAGE(S) DDNAME/DSN: ddname or dsname

Reason:

The named member has damaged pages.

Action:

Revert to a backup copy of the member.

C1LB034S

FILE MUST BE DISP=OLD OR YOU MUST USE LSERV

Reason:

You are attempting to access a non-sharable file with CA L-Serv.

Action:

Verify that the Subsystem is correct and that the share options specified on the DEFINE statement were SHAREOPTIONS(3,3). When using this data set, such as in the BC1PNLIB utility, make sure that the DISP=OLD disposition is specified on the DD statement.

C1LB800E

MEM=member name PAGE# xxxxxxx DSN=xxxxxxxxxxxx

Reason:

Internal error.

Action:

Contact CA Technical Support.

C1LB801E

MEM=member name VSAM xxxxxxxx RPL busy. RC=xx

Reason:

Internal error.

Action:

Contact CA Technical Support.

C1LB802E

MEM=member name VSAM xxxxxxxx RC=xx

Reason:

Internal error.

Action:

Contact CA Technical Support.

C1LB810E

MEM=member name PAGE #,nnnnnn, DSN=dsname

Reason:

Internal error.

Action:

Contact CA Technical Support.