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 Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

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 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=OLDBASE 
OUTPUT DDN=NEWBASE 
UNPACKED 

/* 
// 

Documentation for this utility can be found at:

Setting Up ELIB Datasets