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
Release : 18.0 18.1
Component : CA Endevor Software Change Manager
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)
/*
//SYSIN DD *
COPY
INPUT DDN ELIBI
OUTPUT DDN ELIBO
MEMBER *
.