With the PANVALET product phasing out is it possible to use the Endevor utility CONWRITE to still expand ++ INCLUDE statements
search cancel

With the PANVALET product phasing out is it possible to use the Endevor utility CONWRITE to still expand ++ INCLUDE statements

book

Article ID: 32433

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

With the PANVALET product phasing out is it possible to use the Endevor CONWRITE to expand ++ INCLUDE statements or does one have to incorporate ENBX1000 into their processors?

 

 

 

Resolution

CONWRITE can be used to expand ++INCLUDE statements where the members now reside in either PDS or PDSE libraries.

To accomplish this, the C1DEFLT table must be define as follows:

000330                LIBENV=PV,               LIBRARIAN (LB), PANVALET (PV)                                      
000331                LIBENVP=N,               LIBRARIAN/PANVALET OPTION   
000332                LIBRPGM=,                LIBRARIAN BATCH PROGRAM NAME   

 

The CONWRITE step in your processor should be coded similarly to:  

//WRITE    EXEC PGM=CONWRITE,PARM='EXPINCL(Y)'
//C1INCL01 DD  DSN=IPRFIX. IQUAL.COPYLIB,DISP=SHR
//ELMOUT   DD  DSN=&&TEMPFILE,DISP=OLD