SYSVIEW Performance Management

 View Only
  • 1.  CICS Internal Trace Formatting Module

    Posted Aug 27, 2019 07:48 AM
    Hi,

    During the upgrade sysview i wanted to relink  CICS Internal Trace Formatting Module ( INST061)
    and we have multiple version oF CICS on that lpar so i used highest available version for cics transaction server  *.CICSTS55.CICS.ADFHMOD
    with previous version CICSTS53 its runs with RC=0 but for ver CICSTS55 i got this error:


    IEW2456E 9207 SYMBOL ABHEXCNV UNRESOLVED.MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
    IEW2456E 9207 SYMBOL EBHEXCNV UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
    IEW2456E 9207 SYMBOL AAUPPER UNRESOLVED.MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.


    Could you please help me how to fix it ? 

    -Br M 



  • 2.  RE: CICS Internal Trace Formatting Module
    Best Answer

    Broadcom Employee
    Posted Aug 27, 2019 08:13 AM
    Martin,
    Please review this hold data that was included with 15.0 feature PTF 10 SO06572:

    ** This Feature PTF provides support for CICS TS 5.5. Make the
    following updates to the INST0061 JCL in the SAMPJCL data set.

    INST0061 link-edits CICS object members to create a load module
    to be used to format CICS internal trace table entries.

    1. Update the SYSLIB DD to reflect the highest version (CICS TS 5.5)
    available.

    2. Update the SYSLIN DD to add the following INCLUDE:
    INCLUDE SYSLIB(DFHW2TT)

    Example:

    SETOPT PARM(AC=0,AMODE=31,REUS(RENT),RMODE=ANY)
    INCLUDE SYSLIB(DFHTRFFE)
    INCLUDE SYSLIB(DFHCZTRT)
    INCLUDE SYSLIB(DFHW2TT) <=============
    ORDER DFHTRFFE(P)
    ENTRY DFHTRFFE

    ------------------------------
    Regards,
    Doug Miller
    Software Engineer
    Broadcom
    ------------------------------



  • 3.  RE: CICS Internal Trace Formatting Module

    Posted Aug 28, 2019 04:59 AM
    Hi,

    My bad, we have use old job where we didnt have that parameter added, Sorry for that and  Thanks for quick reply 

    -Br M