Endevor

  • 1.  Can we use FOOTPRINT=VERIFY when a member is not named the same as &C1ELEME

    Broadcom Employee
    Posted Feb 14, 2012 11:27 AM
    Endevor can't validate the footprint of a member/load module with the processor utility BSTCOPY, when the member name differs from the element (source) name. In such a case, Endevor returns error message C1G0014E (member not found), maybe are you already experiencing this error?

    We have created a knowledge document which explains this matter in details and suggests a solution.

    If you want to know more about it? Please go to MyCA.com, Document ID: TEC564135


  • 2.  RE: Can we use FOOTPRINT=VERIFY when a member is not named the same as &C1E

    Posted Feb 24, 2012 03:31 PM
    Interesting link.

    Is there a generic search you can specoify to get all TEC* prefixed documents for a particular product? Or do we just wait for them all to be revealed in the Tuesday tips...

    :tongue


  • 3.  RE: Can we use FOOTPRINT=VERIFY when a member is not named the same as &C1E

    Broadcom Employee
    Posted Feb 27, 2012 07:13 AM
    Hi

    You have access to every Technical document from here : support.ca.com and Myca

    For Myca, begin by Selecting support

    Select product CA Endevor Software Change Manager
    Select Tab Technical Doc + 'View All'
    The list of KD is displayed starting by the most recent and you can find a particular KD with keyword using the search option.


  • 4.  RE: Can we use FOOTPRINT=VERIFY when a member is not named the same as &C1E

    Posted Mar 22, 2012 10:54 AM
    Hi Ollivier,

    I thought that you could but you must specify the member name in the JCL DD. E.g.
    //COPY EXEC PGM=BSTCOPY,MAXRC=0
    //SYSPRINT DD DSN=&&LIST01,DISP=(MOD,PASS)
    //SYSUT3 DD SPACE=(TRK,(1,1))
    //SYSUT4 DD SPACE=(TRK,(1,1))
    //INDD DD DSN=&INLIB(K&C1ELEMENT(2,6)),DISP=SHR,
    // FOOTPRNT=VERIFY
    //OUTDD DD DSN=&OUTLIB,DISP=OLD,
    // MONITOR=COMPONENTS
    //SYSIN DD *
    COPY O=OUTDD,I=INDD
    SELECT MEMBER=((K&C1ELEMENT(2,6),,R))
    /*

    We certainly use it.

    Emlyn