Planning to upgrade CA 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 CA Endevor tables:
BC1TNEQU
C1DEFLTS
ENCOPTBL
ENDICNFG
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=hlq.iprfx.CSIQAUTU// DD DISP=SHR,DSN=hlq.iprfx.CSIQAUTH
//CONLIB DD DISP=SHR,DSN=hlq.iprfx.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. 'hlq.iprfx' are the highlevel qualifiers of your Endevor libraries