What is the proper JCL to execute the ELIB utilities BC1PNLIB and BC1PNLST?
search cancel

What is the proper JCL to execute the ELIB utilities BC1PNLIB and BC1PNLST?

book

Article ID: 45333

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

What is the proper JCL to execute the ELIB utilities BC1PNLIB and BC1PNLST?  

 

 

Environment

Release: All Supported Releases
Component: ENDBAS

Resolution

The JCL for BC1PNLIB and BC1PNLST are distributed in iprfx.iqual.CSIQJCL. 

//INITELIB EXEC PGM=BC1PNLIB                          
//STEPLIB  DD DISP=SHR,DSN=&I@PRFX..&[email protected] 
//         DD DISP=SHR,DSN=&I@PRFX..&[email protected] 
//ELIB1    DD DISP=OLD,DSN=&U@PRFX..&[email protected] 
//SYSIN    DD *                                       
INIT       DDNAME = ELIB1                             
           PAGE SIZE = 4088                           
           ALLOCATE = (17999,18000)                   
           RESERVE PAGES = 900                        
           DIRECTORY PAGES = 200                      
.                                                     
//BSTERR   DD SYSOUT=*                                
//SYSPRINT DD SYSOUT=*                                

//STEP1    EXEC PGM=BC1PNLST                         
//STEPLIB  DD DISP=SHR,DSN=&I@PRFX..&[email protected]
//         DD DISP=SHR,DSN=&I@PRFX..&[email protected]
//ELIB     DD DISP=SHR,DSN=&U@PRFX..&[email protected]
//SYSIN    DD *                                      
INQUIRE DDNAME=ELIB                                  
        OPTION                                       
        DIRECTORY.                                   
//BSTERR   DD SYSOUT=*                               
//SYSPRINT DD SYSOUT=*                               
//SYMDUMP  DD DUMMY                                  
//SYSUDUMP DD DUMMY