Need a utility to scan an ELIB listing library and uncompress the file to a PDS.
Release: All Supported Releases
Component: Endevor
The utility that can be used for this conversion is BC1PNCPY:
//jobcard JOB (acctng),'description',MSGCLASS=X,// REGION=4096K,NOTIFY=&SYSUID//*=============================================================//STEP1 EXEC PGM=NDVRC1,PARM=BC1PNCPY,REGION=4096K//STEPLIB DD DISP=SHR,DSN=prefix.qual.CSIQAUTU// DD DISP=SHR,DSN=prefix.qual.CSIQAUTH//CONLIB DD DISP=SHR,DSN=prefix.qual.CSIQLOAD//OLDBASE DD DSN=prefix.qual.ELIB.LISTINGS,DISP=SHR//NEWBASE DD DSN=prefix.qual.pds.TEST,DISP=(OLD,KEEP)//SYSOUT DD SYSOUT=*//SYSPRINT DD SYSOUT=*//BSTERR DD SYSOUT=*//SYSUDUMP DD SYSOUT=*//SYSIN DD *COPY INPUT DDN=OLDBASEOUTPUT DDN=NEWBASEUNPACKED./*//
Documentation for this utility can be found at:
Setting Up ELIB Datasets