Is there a utility that can scan a ELIB listing library and uncompress the file and the output be in a pds file?
search cancel

Is there a utility that can scan a ELIB listing library and uncompress the file and the output be in a pds file?

book

Article ID: 32447

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Need a utility to scan an ELIB listing library and uncompress the file to a PDS.

Environment

Release: All Supported Releases
Component: Endevor

Resolution

The ELIB Utility BC1PNCPY can be used to perform this copy.  The JCL is delievered in iprfx.iqual.CSIQJCL(BC1JNCPY) 

Sample JCL: 

//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.CSIQLOAD
//LISTI DD DSN=iprfx.iqual.ELIB.LISTINGS,DISP=SHR 
//LISTO DD DSN=iprfx.iqual.PDS.LIST,DISP=(OLD,KEEP)
//SYSOUT DD SYSOUT=* 
//SYSPRINT DD SYSOUT=* 
//SYSUDUMP DD SYSOUT=* 
//SYSIN DD * 
COPY INPUT DDN=OLDBASE 
OUTPUT DDN=NEWBASE 
UNPACKED