Is there a way to extract the data for the following Endevor tables: BC1TNEQU, C1DEFLTS, ENCOPTBL, ENDICNFG
search cancel

Is there a way to extract the data for the following Endevor tables: BC1TNEQU, C1DEFLTS, ENCOPTBL, ENDICNFG

book

Article ID: 15054

calendar_today

Updated On:

Products

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

Issue/Introduction

Planning to upgrade Endevor and need to find out how the Endevor tables are configured in the current implementation. 

Is there a way to extract the data for the following Endevor tables:

BC1TNEQU
C1DEFLTS
ENCOPTBL
ENDICNFG

Environment

All Supported Releases

Resolution

The Endevor Options trace - EN$TROPT, traces the Endevor table definitions.

 Use the following Print Element job with the Option trace EN$TROPT DD statement added to obtain the trace: 

//PRTELMNT EXEC PGM=NDVRC1,DYNAMNBR=1500,PARM='C1BM3000',REGION=4096K
//STEPLIB  DD DISP=SHR,DSN=iprfx.iqual.CSIQAUTU
//         DD DISP=SHR,DSN=iprfx.iqual.CSIQAUTH
//CONLIB   DD DISP=SHR,DSN=iprfx.iqual.CSIQLOAD
//C1PRINT  DD SYSOUT=*
//C1MSGS1  DD SYSOUT=*
//BSTERR   DD SYSOUT=*
//EN$TROPT DD SYSOUT=*
//SYSOUT   DD SYSOUT=*
//SYMDUMP  DD DUMMY
//SYSUDUMP DD SYSOUT=*
//BSTIPT01 DD *
  PRINT ELEMENT element-name
   FROM ENV env-name
        SYSTEM system-name
        SUBSYSTEM subsys-name
        TYPE * STAGE *
   TO FILE C1PRINT
   OPTIONS NOCC .
/*     

Note the element does not need to exist to obtain the trace information. 'iprfx.iqual' are the high-level qualifiers of your Endevor libraries.