Is there another Endevor Report that can provide the same information as CONRTP84?
Release : 18.0 18.1
Component : CA Endevor Software Change Manager
The information that provided from CONRPT84 can be replaced as follows:
1. CONRPT80 and CONRPT81 both provide footprint information, the presentation of the output is different. JCL for these reports can be generated via the Endevor classic ISPF interface - user menu - reports - footprint. Sample CONRPT80 JCL:
//REPORTS EXEC PGM=NDVRC1,PARM='C1BR1000',REGION=4096K
//STEPLIB DD DISP=SHR,DSN=.CSIQAUTU
// DD DISP=SHR,DSN=.CSIQAUTH
// DD DISP=SHR,DSN=.CSIQLOAD
//BSTRPTS DD SYSOUT=* REPORT OUTPUT
//BSTINP DD * SELECTION CRITERIA
REPORT 80 .
//BSTPDS DD DSN=,DISP=SHR FOOTPRINT DATA SET
//BSTIPT DD * FOOTPRINT CRITERIA
ANALYZE .
INCLUDE MEMBERS .
//BSTPCH DD DSN=&TEMP,DISP=(NEW,DELETE,DELETE),
// UNIT=SYSDA,SPACE=(CYL,(1,2)),
// DCB=(RECFM=FB,LRECL=838)
//BSTLST DD SYSOUT=*
//SORTIN DD UNIT=SYSDA,SPACE=(CYL,(150,15))
//SORTOUT DD UNIT=SYSDA,SPACE=(CYL,(150,15))
//SORTWK01 DD UNIT=SYSDA,SPACE=(CYL,(5,5))
//SORTWK02 DD UNIT=SYSDA,SPACE=(CYL,(5,5))
//SORTWK03 DD UNIT=SYSDA,SPACE=(CYL,(5,5))
//SYSOUT DD SYSOUT=*
2. The load module size can be retrieved via IBM utility AMBLIST or a product like CA PDSMAN or CA File Master Plus (in case you have these). Again, sample JCL is included below. Sample AMBLIST JCL:
//AMBLIST EXEC PGM=AMBLIST
//SYSPRINT DD SYSOUT=*
//MYLOAD DD DISP=SHR,DSN=MY.NDVR.LOADLIB
//SYSIN DD *
LISTLOAD OUTPUT=MAP,DDN=MYLOAD,MEMBER=C1BM3000,SECTION1=NO
/*