Is there anything documented to explain what is needed to be done to change our Endevor ELIBS to a PDSe. Does Endevor deliver any utilities that can do this?
All supported Releases
To convert from an Endevor ELIB to a PDS/E use the Endevor Utility BC1PNCPY.
This utility copies between any Endevor supported library types, while preserving the original Endevor footprint of copied members.
This utility can be used to copy all or selected members of an existing base, delta, or listing library from an ELIB to a PDS or PDS/E or the reverse.
JCL to execute the BC1PNCPY is provided below.
//* BC1PNCPY - ELIB TO PDSE
//******************************************************
//STEP1 EXEC PGM=NDVRC1,PARM=BC1PNCPY,REGION=4096K
//STEPLIB DD DISP=SHR,DSN=YOUR.ENDEVOR.CSIQAUTU
// DD DISP=SHR,DSN=YOUR.ENDEVOR.CSIQAUTH
//CONLIB DD DISP=SHR,DSN=YOUR.ENDEVOR.CSQILOAD
//SYSPRINT DD SYSOUT=*
//BSTERR DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//C1PLMSGS DD SYSOUT=*
//ELIBI DD DISP=SHR,DSN=YOUR.ENDEVOR.ELIB
//PDSEO DD DISP=SHR,DSN=YOUR.NEW.ENDEVOR.PDSE
//SYSIN DD *
COPY INPUT DDN ELIBI
OUTPUT DDN PDSEO
MEMBER *
.
/*
This ELIB utility is provided with the Endevor installation files as member BC1JNCPY in the CSIQJCL library.
Click here for more information on BC1PNCPY