How to find out if member was foot printed
search cancel

How to find out if member was foot printed

book

Article ID: 32046

calendar_today

Updated On:

Products

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

Issue/Introduction

Question

How does one actually know if the members are foot printed by Endevor?

Answer

In foreground:

From the CA Endevor SCM Primary Options Panel Select 1 Display

From the CA Endevor Display Options Menu panel Select option 2 FOOTPRINT

Once in the Footprint Display panel enter the Library in which the member exists

Hit enter and you will the member list of the library in question

Depending on the contents of the library you could see the footprint already listed.

If you do not then select the member in question and use the OPTION I Display load mod and FOOTPRINT.

Example:

--------------------------- LOAD MODULE IDR DISPLAY -------- Row 1 to 15 of 15
 COMMAND ===>                                                  Scroll ===> DATA
  Library: BST.TIMTEST.LOADLIB1                         Member: BAIIQDVF
  Options:
    B - Browse element        C - Show changes only   S - Show change summary
    H - Show change history   M - Show Master Record
               |---------------------  F O O T P R I N T ----------------------|
     CSECT      SYSTEM   SUBSYSTEM ELEMENT    TYPE     S  VVLL   DATE   TIME LD
     BAIIQDVF   BAI        BAI       BAIIQDVF   COBOL    1  0149  1SEP06  10:10
 

 

Using Batch - one can go to chapter 6 of the Endevor Reports Guide on Footprint Reports and execute a report which will show one the members and footprints.

Sample JCL to run CONRPT80

 000012 //CONRPT80 EXEC PGM=NDVRC1,PARM=C1BR1000
 000013 //STEPLIB  DD DISP=SHR,DSN=IPFIX.IQUAL.CSIQAUTU 
 000014 //               DD DISP=SHR,DSN=IPFIX.IQUAL.CSIQAUTU
 000015 //              DD DISP=SHR,DSN=IPFIX.IQUAL.CSIQAUTH
 000016 //CONLIB   DD DISP=SHR,DSN=IPFIX.IQUAL.CSIQLOAD
 000017 //BSTRPTS DD SYSOUT=*
 000018 //BSTINP DD *
 000019   REPORT 80.
 000020   ENVIRONMENT * .
 000021 //BSTIPT   DD *                                     FOOTPRINT CRITERIA
 000022    ANALYZE .
 000023 //BSTPDS   DD DSN=IPFIX.IQUAL.LOADLIB,DISP=SHR
 000024 //BSTPCH DD DSN=&&TEMP,DISP=(NEW,PASS),
 000025 //            UNIT=SYSDA,SPACE=(CYL,(1,1)),
 000026 //            DCB=(RECFM=FB,LRECL=838,BLKSIZE=8380)
 000027 //BSTLST DD SYSOUT=*
 000028 //SORTIN   DD UNIT=SYSDA,SPACE=(CYL,(100,100))
 000029 //SORTOUT  DD UNIT=SYSDA,SPACE=(CYL,(100,100))
 000030 //C1MSGS1  DD SYSOUT=*
 000031 //SYSOUT   DD SYSOUT=*
 000032 //SYSPRINT DD SYSOUT=*

 

 

Example of report:

                     |--------------------------  F O O T P R I N T  -----------
MEMBER   CSECT   ENVIRON   SYSTEM   SUBSYS  ELEMENT   TYPE    STG  VVLL  DATE   
ACMQA1   ACMQ    PRD       ESCM170   GA     ACMQAI1   ASMPGM  2    0101  01OCT15

 

Environment

Release:
Component: ENDBAS