IBM Support

PM64370: Service for Debug Tool 11.1.

A fix is available

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • --- Features ---
    
    -Support for an IMS transaction that is associated with a
     generic ID.
    
     A new feature is added to the consolidated Language
     Environment user exit (EQAD3CXT) to search a new cross
     reference table for the user ID of a user who wants to debug a
     IMS transaction that is started from the web and is associated
     with a generic ID.  This enables Debug Tool to debug these
     transactions that use a generic ID.  The user ID from the
     cross reference table is used to find the user's Debug Tool
     user exit data set (userid.DBGTOOL.EQAUOPTS) which specifies
     the TEST run time parameters and the display device address.
    
     A new option is added to the Debug Tool Utilities ISPF panel,
     "C  IMS Transaction and User ID Cross Reference Table" to
     allow each user to update the new cross reference table.
    
     See the ++HOLD DOC for more information.
    
    -Support for tracing load modules loaded by an application.
    
     New commands TRACE LOAD and LIST TRACE LOAD are added for Debug
     Tool's 3270 mode. This set of commands allows the user to get a
     trace of load modules loaded by the application. You start the
     trace by issuing the TRACE LOAD START. You can use LIST TRACE
     LOAD to display the TRACE. The TRACE includes load modules
     known to Debug Tool at the time the TRACE LOAD START command is
     entered and all that are loaded while the TRACE is active.
     You can end the trace by issuing TRACE LOAD END. Note that
     when you end the trace, all trace information is deleted.
    
     See the ++HOLD DOC for more information.
    
    -Support for terminating an idle Debug Tool session that uses
     the Terminal Interface Manager.
    
     Debug Tool now supports a time-out option (via the new EQAOPTS
     SESSIONTIMEOUT command) which allows the system programmer to
     establish a maximum wait time for debug sessions using a
     dedicated terminal or the Terminal Interface Manager.  If the
     debug session exceeds the specified time limit without any
     user interaction, the session will be terminated with either a
     QUIT or QUIT DEBUG.
    
     See the ++HOLD DOC for more information.
    
    -Add support for CICS/TS 5.1 Beta 4.
    
     Support is added for CICS TS 5.1 beta 4. Support is only
     provided for base CICS functions, i.e. those functions which
     were available in CICS TS 4.2. Support is not guaranteed for
     new functions within CICS TS 5.1.
    
    --- End Features ---
    
    --- Service ---
    
    -Prevent the prompt "EQA1211I The MONITOR command has already
     been established. Enter it again?" from being issued when
     duplicate monitor commands are entered manually, from a
     commands or preference file, or are restored from a SAVEBPS
     file.
    
     See the ++HOLD DOC for more information.
    
     (PM61419 at 11.1)
    
    -Debug Tool is passing a bad parameter to EQAUEDAT.
     (PM62364 at 11.1)
    
    -x'68' bytes of subpool 241 storage getmained by the Terminal
     Interface Manager not freed.
     (PM62423 at 11.1)
    
    -Debug Tool suffers RLCP abend at the end of a debugging
     session if Omegamon RLIM is active.
     (PM64262 at 10.1)
    
    -CICS: AbendAEIP in EQADCXEC when EQADPFMB data set can not be
     accessed.
     (PM64575 at 11.1)
    
    -Remote session does not display EQA4027E message.
     (PM65475 at 11.1)
    
    -Debug Tool Coverage Utility (DTCU) Setup is issuing +EQACU058W
     Setup: Listing has no executable statements: no breakpoints
     inserted for an Enterprise PL/I listing when the compiler was
     run with NATLANG(UEN).
     (PM66207 at 11.1)
    
    -EQAXOPT  NAMES,EXCLUDE,LOADMOD,'XXX*' is not honoring the *
     wildcard character.
     (PM66008 at 11.1)
    
    -When using the DTCN (for CICS) plug-in:
     - the transaction id is no longer uppercased.
    
     See the ++HOLD for further information about how to acquire
     the updated plug-in.
    
    -Debug Tool Coverage Utility "GTarget       Create HTML
     Targeted Coverage Report" problems:
     1. Output is corrupted in some cases when an HTML report is
        fed back in as input (with a different Program-ID).
     2. Miscellanous problems with detecting invalidly specified
        input and output data set names.
    
    --- End Service ---
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED: Debug Tool 11.1 users who need the           *
    *                 features or have the problems described      *
    *                 in the Problem Description.                  *
    ****************************************************************
    * PROBLEM DESCRIPTION: --- Features ---                        *
    *                                                              *
    *                      -Support for an IMS transaction that    *
    *                       is associated with a generic ID.       *
    *                                                              *
    *                       A new feature is added to the          *
    *                       consolidated Language Environment      *
    *                       user exit (EQAD3CXT) to search a new   *
    *                       cross reference table for the user ID  *
    *                       of a user who wants to debug a IMS     *
    *                       transaction that is started from the   *
    *                       web and is associated with a generic   *
    *                       ID.  This enables Debug Tool to debug  *
    *                       these transactions that use a generic  *
    *                       ID.  The user ID from the cross        *
    *                       reference table is used to find the    *
    *                       user's Debug Tool user exit data set   *
    *                       (userid.DBGTOOL.EQAUOPTS) which        *
    *                       specifies the TEST run time            *
    *                       parameters and the display device      *
    *                       address.                               *
    *                                                              *
    *                       A new option is added to the Debug     *
    *                       Tool Utilities ISPF panel, "C  IMS     *
    *                       Transaction and User ID Cross          *
    *                       Reference Table" to allow each user    *
    *                       to update the new cross reference      *
    *                       table.                                 *
    *                                                              *
    *                       See the ++HOLD DOC for more            *
    *                       information.                           *
    *                                                              *
    *                      -Support for tracing load modules       *
    *                       loaded by an application.              *
    *                                                              *
    *                       New commands TRACE LOAD and LIST       *
    *                       TRACE LOAD are added for Debug Tool's  *
    *                       3270 mode. This set of commands        *
    *                       allows the user to get a trace of      *
    *                       load modules loaded by the             *
    *                       application. You start the trace by    *
    *                       issuing the TRACE LOAD START. You can  *
    *                       use LIST TRACE LOAD to display the     *
    *                       TRACE. The TRACE includes load         *
    *                       modules known to Debug Tool at the     *
    *                       time the TRACE LOAD START command is   *
    *                       entered and all that are loaded while  *
    *                       the TRACE is active.  You can end the  *
    *                       trace by issuing TRACE LOAD END. Note  *
    *                       that when you end the trace, all       *
    *                       trace information is deleted.          *
    *                                                              *
    *                       See the ++HOLD DOC for more            *
    *                       information.                           *
    *                                                              *
    *                      -Support for terminating an idle Debug  *
    *                       Tool session that uses the Terminal    *
    *                       Interface Manager.                     *
    *                                                              *
    *                       Debug Tool now supports a time-out     *
    *                       option (via the new EQAOPTS            *
    *                       SESSIONTIMEOUT command) which allows   *
    *                       the system programmer to establish a   *
    *                       maximum wait time for debug sessions   *
    *                       using a dedicated terminal or the      *
    *                       Terminal Interface Manager.  If the    *
    *                       debug session exceeds the specified    *
    *                       time limit without any user            *
    *                       interaction, the session will be       *
    *                       terminated with either a QUIT or QUIT  *
    *                       DEBUG.                                 *
    *                                                              *
    *                       See the ++HOLD DOC for more            *
    *                       information.                           *
    *                                                              *
    *                      -Add support for CICS/TS 5.1 Beta 4.    *
    *                                                              *
    *                       Support is added for CICS TS 5.1 beta  *
    *                       4. Support is only provided for base   *
    *                       CICS functions, i.e. those functions   *
    *                       which were available in CICS TS 4.2.   *
    *                       Support is not guaranteed for new      *
    *                       functions within CICS TS 5.1.          *
    *                                                              *
    *                      --- End Features ---                    *
    *                                                              *
    *                      --- Service ---                         *
    *                                                              *
    *                      -Prevent the prompt "EQA1211I The       *
    *                       MONITOR command has already been       *
    *                       established. Enter it again?" from     *
    *                       being issued when duplicate monitor    *
    *                       commands are entered manually, from a  *
    *                       commands or preference file, or are    *
    *                       restored from a SAVEBPS file.          *
    *                                                              *
    *                       See the ++HOLD DOC for more            *
    *                       information.                           *
    *                                                              *
    *                       (PM61419 at 11.1)                      *
    *                                                              *
    *                      -Debug Tool is passing a bad parameter  *
    *                       to EQAUEDAT.                           *
    *                       (PM62364 at 11.1)                      *
    *                                                              *
    *                      -x'68' bytes of subpool 241 storage     *
    *                       getmained by the Terminal Interface    *
    *                       Manager not freed.                     *
    *                       (PM62423 at 11.1)                      *
    *                                                              *
    *                      -Debug Tool suffers RLCP abend at the   *
    *                       end of a debugging session if          *
    *                       Omegamon RLIM is active.               *
    *                       (PM64262 at 10.1)                      *
    *                                                              *
    *                      -CICS: AbendAEIP in EQADCXEC when       *
    *                       EQADPFMB data set can not be           *
    *                       accessed.                              *
    *                       (PM64575 at 11.1)                      *
    *                                                              *
    *                      -Remote session does not display        *
    *                       EQA4027E message.                      *
    *                       (PM65475 at 11.1)                      *
    *                                                              *
    *                      -Debug Tool Coverage Utility (DTCU)     *
    *                       Setup is issuing +EQACU058W   Setup:   *
    *                       Listing has no executable statements:  *
    *                       no breakpoints inserted for an         *
    *                       Enterprise PL/I listing when the       *
    *                       compiler was run with NATLANG(UEN).    *
    *                       (PM66207 at 11.1)                      *
    *                                                              *
    *                      -EQAXOPT  NAMES,EXCLUDE,LOADMOD,'XXX*'  *
    *                       is not honoring the * wildcard         *
    *                       character.                             *
    *                       (PM66008 at 11.1)                      *
    *                                                              *
    *                      -When using the DTCN (for CICS)         *
    *                       plug-in:                               *
    *                       - the transaction id is no longer      *
    *                         uppercased.                          *
    *                                                              *
    *                       See the ++HOLD for further             *
    *                       information about how to acquire the   *
    *                       updated plug-in.                       *
    *                                                              *
    *                      -Debug Tool Coverage Utility "GTarget   *
    *                       Create HTML Targeted Coverage Report"  *
    *                       problems:                              *
    *                       1. Output is corrupted in some cases   *
    *                          when an HTML report is fed back in  *
    *                          as input (with a different          *
    *                          Program-ID).                        *
    *                       2. Miscellanous problems with          *
    *                          detecting invalidly specified       *
    *                          input and output data set names.    *
    *                                                              *
    *                      --- End Service ---                     *
    ****************************************************************
    * RECOMMENDATION: Installations that need these features or    *
    *                 problem fixes should install this service.   *
    ****************************************************************
    New features and miscellaneous service.
    

Problem conclusion

  • New features and service available.
    

Temporary fix

Comments

  • ×**** PE12/07/27 FIX IN ERROR. SEE APAR PM69781  FOR DESCRIPTION
    

APAR Information

  • APAR number

    PM64370

  • Reported component name

    DEBUG TOOL Z/OS

  • Reported component ID

    5655W4500

  • Reported release

    B10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2012-05-10

  • Closed date

    2012-06-13

  • Last modified date

    2012-08-03

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

    UK79568

Modules/Macros

  • ATGQCPLI EQA00A64 EQA00ABE EQA00AEH EQA00AEI EQA00ALO EQA00ANC
    EQA00ANL EQA00BKP EQA00BLD EQA00BLK EQA00B
    
    ***This field was truncated.  To obtain the full apar record, please contact your local support center.***
    

Fix information

  • Fixed component name

    DEBUG TOOL Z/OS

  • Fixed component ID

    5655W4500

Applicable component levels

  • RB10 PSY UK79568

       UP12/06/15 P F206 ¢

Fix is available

  • Select the PTF appropriate for your component level. You will be required to sign in. Distribution on physical media is not available in all countries.

[{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG19M","label":"APARs - z\/OS environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"B10","Edition":"","Line of Business":{"code":"","label":""}},{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSTQWA","label":"IBM Debug for z\/OS"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"B10","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
15 October 2020