IBM Support

PH38080: SERVICE FOR Z/OS DEBUGGER 15.0.

A fix is available

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • z/OS Debugger service for
    IBM Developer for z/OS Enterprise Edition 15.0.3
     IBM Developer for z/OS 15.0.3
     IBM Debug for z/OS 15.0.3
     IBM Wazi Developer 1.4.0
    
    
    --- Features ---
    
    z/OS 2.5
    
      - Support for z/OS 2.5.
    
        FIXCAT KEYWORD: ZOS0205T/K ZOS0301T/K
    
    IBM Open Enterprise SDK for Go
    
      - In Debug Tool compatibility mode, you can now debug Go
        programs compiled with IBM Open Enterprise SDK for Go 1.16.
        For more information, see "Debugging programs compiled with
        IBM Open Enterprise SDK for Go" in IBM z/OS Debugger User's
        Guide.
    
    64-bit support
    
      - Debug Tool compatibility mode now supports playback for
        64-bit COBOL programs.  For the remaining limitations, see
        the "Limitations of 64-bit support in Debug Tool
        compatibility mode" topic in IBM z/OS Debugger User's
        Guide.
    
    Source level code coverage for COBOL
    
      - When you start a code coverage session with the Eclipse IDE
        or headless code coverage, you can now choose to use the
        source listing. Source level code coverage offers direct
        mapping between code coverage entries and the program
        source, to exclude the need to post process the code
        coverage data. Source level code coverage improves
        integration with tools like ZUnit and SonarQube as part of
        an automated pipeline. For more information, see "How does
        z/OS Debugger locate COBOL source during code coverage" in
        IBM z/OS Debugger User's Guide.
    
    Code Coverage Service API
    
      - Code Coverage Service (CCS) RESTful API is now available to
        enable custom extensions. For more information, see Code
        Coverage Service API Documentation.
    
    z/OS Debugger Profiles view
    
      - Remote IMS Application with Isolation launch configurations
        have been replaced by the IMS Isolation debug profiles. All
        existing IMS launch configurations are automatically
        migrated to the z/OS Debugger Profiles view. You can create
        and activate IMS Isolation profiles in the view to debug
        and code coverage IMS transactions in private regions.
    
        To use this function, ensure that your system programmer
        installed and configured the IMS transaction isolation
        extension for the ADFz Common Components server. If you
        want to configure the region name for the private region,
        ask the system programmer to update z/OS Debugger to 15.0.3
        or later, with the PTF for APAR PH38080 applied.
    
        Note: IMS Isolation profiles are only available in IBM
        Developer for z/OS Enterprise Edition.
    
      - You can now view the Remote System Explorer z/OS connection
        status in the view. A new option Refresh z/OS Connections
        is provided in the view toolbar to establish all z/OS
        connections and synchronize the profiles.
    
      - You can now duplicate the content from an existing debug
        profile to create a new one efficiently.
    
      - Generic profiles might trigger z/OS Debugger unexpectedly
        and consume unnecessary resources. When you activate a
        generic profile, warnings are now displayed. You can choose
        to hide the warnings.
    
      - In the Debug Profile Editor, you can now save a debug
        profile without activating it, and leave it for future use.
    
      For more information, see Managing debug profiles with the
      z/OS Debugger Profiles view.
    
    Debug Profile Service
    
      - You now only need to expose one port to use the Debug
        Profile Service. A new configuration switch is added to
        eqaprof.env to select whether or not secure HTTP protocol
        is used.
    
    z/OS Debugger commands
    
      - The following commands are now supported in Debug Tool
        compatibility mode for remote debugging:
          - STEP
          - GO
          - RUNTO
          - JUMPTO
          - COMMENT
    
    Dark theme support
    
      - Dark theme is now supported for remote debugger in the
        Eclipse IDE.
    
    Message EQA9924U
    
      - Message ICH408I is now issued in the console with EQA9924U
        to provide you with more information to address the issue.
    
    --- End Features ---
    
    
    --- Service ---
    
    -Remote Monitors view shows only one variable at a time when
     stepping over in a PL/I include file with command SET
     AUTOMONITOR ON BOTH.
     (PH34825 at 14.2)
    
    -Support DBMDT for CICS CADP transaction.
     (PH37366 at 14.2)
    
    -COBOL V5 and V6 TEST(NOEJPD) mixed with COBOL V4 - JUMPTO not
     possible although SET WARNING OFF was issued.
     (PH37482 at 15.0)
    
    -ABENDS0C4 in EQA0SRQ4 while handling monitored expression
     update.
    
    -PL/I 64-bit standard mode debugger poor performance during
     debug session after resume.  The workstation ID/z (EE)
     debugger must be updated to 15.0.3 to get this fix.
     (PH38360 at 15.0)
    
    -Debugging a COBOL application with the IBM Debug for z/OS
     v15.0.2 may result in an ABENDS0C4 in EQA00STO.  The abend
     occurs when the debugger finds invalid data in the file
     specified by TEST(SEP(DSNAME) for a Cobol 6.2+ program that is
     called dynamically. Here is the program check that can be
     observed in the joblog:
    
     +EQA9999E -Program Check at EQA00STO+00001172
    
     Message EQA9981I can also be seen before the abend as shown
     below:
    
     +EQA9981I - EQA00STO FREE ADDRESS=0, LEN=0007D010
    
     (PH38824 at 15.0)
    
    -Running CICS Code Coverage for a COBOL V4 subprogram compiled
     with parm NOTEST and called statically from a PL/I program
     might see Program Check in module EQA00STO.
     (PH39750 at 14.2)
    
    -Remote debuger - No error messages for a JUMPTO command in a
     break point action when code is optimized and SET WARNING OFF.
     1. Create a breakpoint
     2. Edit the breakpoint (right mouse click -> edit)
     3. Next
     4. Add an action: JUMPTO xxx; GO; (xxx is the line number of
        the statement after the breakpoint)
     This works fine without optimized code or if you had issued
     SET WARNING OFF before.
     (PH39775 at 15.0)
    
    -SET DEF LIST is not honored when the EQAUEDAT exit changes the
     DSN of the listing.  The debugger should honor and use the SET
     DEF LIST if the listing is not found in the DSN provided by
     the exit.
     (PH39830 at 14.2)
    
    -COBOL V6 OPT using FREQUENCY
     +EQA9981I - EQA00STO Internal Error 00000004
     +EQA9981I - Xsto_Func    = 00340001  Module    = 0DU
     +EQA9981I - Xsto_Fld     = 0000015B
     +EQA9981I - Xsto_Ptr     = 40404040
     (PH40082 at 14.2)
    
    -ABENDS0C4 in EQA0AIP4 when assembler debug attempts to display
     a negative float-pointing field in protected storage.
     (PH40075 at 14.2)
    
    -ABENDS0C4 in EQA0SCPU+'4DA'x when remote debug attempts to
     handle a module loaded in CSA.
     (PH40528 at 15.0)
    
    -Debugger IMS Isolation issues error message 'EQAI1003S
     Environment AIB call failed' after upgrading to a new version
     of the debugger.
     (PH40635 at 15.0)
    
    -In IBM Debug for z/OS, the debugger does not identify the
     paragraph in a PERFORM statement and therefore cannot set a
     paragraph breakpoint correctly.
     (PH40467 at 14.2)
    
    -In mix of COBOL V4 and COBOL V5 or V6 scenarios, restoring
     monitor variables from SAVEBPS may not work (may see 'An error
     occurred during expression evaluation').
     (PH40771 at 15.0)
    
    
    For COBOL V5 and V6 references above:
    FIXCAT KEYWORD: COB0501T/K COB0502T/K
                    COB0601T/K COB0602T/K COB0603T/K
    
    For z/OS Debugger:
    FIXCAT KEYWORD: DEBUGGER/K
    
    --- End Service ---
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:                                              *
    * z/OS Debugger 15.0 users who need the features or have the   *
    * problems described in the Problem Description.               *
    ****************************************************************
    * PROBLEM DESCRIPTION:                                         *
    * z/OS Debugger service for                                    *
    *  IBM Developer for                                           *
    *  z/OS Enterprise Edition 15.0.3                              *
    *  IBM Developer for z/OS 15.0.3                               *
    *  IBM Debug for z/OS 15.0.3                                   *
    *  IBM Wazi Developer 1.4.0                                    *
    *                                                              *
    *                                                              *
    * --- Features ---                                             *
    *                                                              *
    * z/OS 2.5                                                     *
    *                                                              *
    *   - Support for z/OS 2.5.                                    *
    *                                                              *
    *     FIXCAT KEYWORD: ZOS0205T/K                               *
    *                                                              *
    * IBM Open Enterprise SDK for Go                               *
    *                                                              *
    *   - In Debug Tool compatibility mode,                        *
    *     you can now debug Go programs                            *
    *     compiled with IBM Open Enterprise                        *
    *     SDK for Go 1.16.  For more                               *
    *     information, see "Debugging                              *
    *     programs compiled with IBM Open                          *
    *     Enterprise SDK for Go" in IBM z/OS                       *
    *     Debugger User's Guide.                                   *
    *                                                              *
    * 64-bit support                                               *
    *                                                              *
    *   - Debug Tool compatibility mode now                        *
    *     supports playback for 64-bit COBOL                       *
    *     programs.  For the remaining                             *
    *     limitations, see the "Limitations                        *
    *     of 64-bit support in Debug Tool                          *
    *     compatibility mode" topic in IBM                         *
    *     z/OS Debugger User's Guide.                              *
    *                                                              *
    * Source level code coverage for COBOL                         *
    *                                                              *
    *   - When you start a code coverage                           *
    *     session with the Eclipse IDE or                          *
    *     headless code coverage, you can                          *
    *     now choose to use the source                             *
    *     listing. Source level code                               *
    *     coverage offers direct mapping                           *
    *     between code coverage entries and                        *
    *     the program source, to exclude the                       *
    *     need to post process the code                            *
    *     coverage data. Source level code                         *
    *     coverage improves integration with                       *
    *     tools like ZUnit and SonarQube as                        *
    *     part of an automated pipeline. For                       *
    *     more information, see "How does                          *
    *     z/OS Debugger locate COBOL source                        *
    *     during code coverage" in IBM z/OS                        *
    *     Debugger User's Guide.                                   *
    *                                                              *
    * Code Coverage Service API                                    *
    *                                                              *
    *   - Code Coverage Service (CCS)                              *
    *     RESTful API is now available to                          *
    *     enable custom extensions. For more                       *
    *     information, see Code Coverage                           *
    *     Service API Documentation.                               *
    *                                                              *
    * z/OS Debugger Profiles view                                  *
    *                                                              *
    *   - Remote IMS Application with                              *
    *     Isolation launch configurations                          *
    *     have been replaced by the IMS                            *
    *     Isolation debug profiles. All                            *
    *     existing IMS launch configurations                       *
    *     are automatically migrated to the                        *
    *     z/OS Debugger Profiles view. You                         *
    *     can create and activate IMS                              *
    *     Isolation profiles in the view to                        *
    *     debug and code coverage IMS                              *
    *     transactions in private regions.                         *
    *                                                              *
    *     To use this function, ensure that                        *
    *     your system programmer installed                         *
    *     and configured the IMS transaction                       *
    *     isolation extension for the ADFz                         *
    *     Common Components server. If you                         *
    *     want to configure the region name                        *
    *     for the private region, ask the                          *
    *     system programmer to update z/OS                         *
    *     Debugger to 15.0.3 or later, with                        *
    *     the PTF for APAR PH38080 applied.                        *
    *                                                              *
    *     Note: IMS Isolation profiles are                         *
    *     only available in IBM Developer                          *
    *     for z/OS Enterprise Edition.                             *
    *                                                              *
    *   - You can now view the Remote System                       *
    *     Explorer z/OS connection status in                       *
    *     the view. A new option Refresh                           *
    *     z/OS Connections is provided in                          *
    *     the view toolbar to establish all                        *
    *     z/OS connections and synchronize                         *
    *     the profiles.                                            *
    *                                                              *
    *   - You can now duplicate the content                        *
    *   from an existing debug profile to                          *
    *   create a new one efficiently.                              *
    *                                                              *
    *   - Generic profiles might trigger                           *
    *     z/OS Debugger unexpectedly and                           *
    *     consume unnecessary resources.                           *
    *     When you activate a generic                              *
    *     profile, warnings are now                                *
    *     displayed. You can choose to hide                        *
    *     the warnings.                                            *
    *                                                              *
    *   - In the Debug Profile Editor, you                         *
    *   can now save a debug profile without                       *
    *   activating it, and leave it for                            *
    *   future use.                                                *
    *                                                              *
    *   For more information, see Managing                         *
    *   debug profiles with the z/OS                               *
    *   Debugger Profiles view.                                    *
    *                                                              *
    * Debug Profile Service                                        *
    *                                                              *
    *   - You now only need to expose one                          *
    *     port to use the Debug Profile                            *
    *     Service. A new configuration                             *
    *     switch is added to eqaprof.env to                        *
    *     select whether or not secure HTTP                        *
    *     protocol is used.                                        *
    *                                                              *
    * z/OS Debugger commands                                       *
    *                                                              *
    *   - The following commands are now                           *
    *     supported in Debug Tool                                  *
    *     compatibility mode for remote                            *
    *     debugging:                                               *
    *       - STEP                                                 *
    *       - GO                                                   *
    *       - RUNTO                                                *
    *       - JUMPTO                                               *
    *       - COMMENT                                              *
    *                                                              *
    * Dark theme support                                           *
    *                                                              *
    *   - Dark theme is now supported for                          *
    *     remote debugger in the Eclipse                           *
    *     IDE.                                                     *
    *                                                              *
    * Message EQA9924U                                             *
    *                                                              *
    *   - Message ICH408I is now issued in                         *
    *     the console with EQA9924U to                             *
    *     provide you with more information                        *
    *     to address the issue.                                    *
    *                                                              *
    * --- End Features ---                                         *
    *                                                              *
    *                                                              *
    * --- Service ---                                              *
    *                                                              *
    * -Remote Monitors view shows only one                         *
    *  variable at a time when stepping over                       *
    *  in a PL/I include file with command                         *
    *  SET AUTOMONITOR ON BOTH.                                    *
    *  (PH34825 at 14.2)                                           *
    *                                                              *
    * -Support DBMDT for CICS CADP                                 *
    *  transaction.                                                *
    *  (PH37366 at 14.2)                                           *
    *                                                              *
    * -COBOL V5 and V6 TEST(NOEJPD) mixed                          *
    *  with COBOL V4 - JUMPTO not possible                         *
    *  although SET WARNING OFF was issued.                        *
    *  (PH37482 at 15.0)                                           *
    *                                                              *
    * -ABENDS0C4 in EQA0SRQ4 while handling                        *
    *  monitored expression update.                                *
    *                                                              *
    * -PL/I 64-bit standard mode debugger                          *
    *  poor performance during debug session                       *
    *  after resume.  The workstation ID/z                         *
    *  (EE) debugger must be updated to                            *
    *  15.0.3 to get this fix.                                     *
    *  (PH38360 at 15.0)                                           *
    *                                                              *
    * -Debugging a COBOL application with                          *
    *  the IBM Debug for z/OS v15.0.2 may                          *
    *  result in an ABENDS0C4 in EQA00STO.                         *
    *  The abend occurs when the debugger                          *
    *  finds invalid data in the file                              *
    *  specified by TEST(SEP(DSNAME) for a                         *
    *  Cobol 6.2+ program that is called                           *
    *  dynamically. Here is the program                            *
    *  check that can be observed in the                           *
    *  joblog:                                                     *
    *                                                              *
    *  +EQA9999E -Program Check at                                 *
    *  EQA00STO+00001172                                           *
    *                                                              *
    *  Message EQA9981I can also be seen                           *
    *  before the abend as shown below:                            *
    *                                                              *
    *  +EQA9981I - EQA00STO FREE                                   *
    *  ADDRESS=0, LEN=0007D010                                     *
    *                                                              *
    *  (PH38824 at 15.0)                                           *
    *                                                              *
    * -Running CICS Code Coverage for a                            *
    *  COBOL V4 subprogram compiled with                           *
    *  parm NOTEST and called statically                           *
    *  from a PL/I program might see Program                       *
    *  Check in module EQA00STO.                                   *
    *  (PH39750 at 14.2)                                           *
    *                                                              *
    * -Remote debuger - No error messages                          *
    *  for a JUMPTO command in a break point                       *
    *  action when code is optimized and SET                       *
    *  WARNING OFF.                                                *
    *  1. Create a breakpoint                                      *
    *  2. Edit the breakpoint                                      *
    *     (right mouse click -> edit)                              *
    *  3. Next                                                     *
    *  4. Add an action: JUMPTO xxx; GO;                           *
    *      (xxx is the line number of the                          *
    *      statement after the breakpoint)                         *
    *  This works fine without optimized                           *
    *  code or if you had issued SET WARNING                       *
    *  OFF before.                                                 *
    *  (PH39775 at 15.0)                                           *
    *                                                              *
    * -SET DEF LIST is not honored when the                        *
    *  EQAUEDAT exit changes the DSN of the                        *
    *  listing.  The debugger should honor                         *
    *  and use the SET DEF LIST if the                             *
    *  listing is not found in the DSN                             *
    *  provided by the exit.                                       *
    *  (PH39830 at 14.2)                                           *
    *                                                              *
    * -COBOL V6 OPT using FREQUENCY                                *
    *  +EQA9981I - EQA00STO Internal Error                         *
    *  00000004                                                    *
    *  +EQA9981I - Xsto_Func    = 00340001                         *
    *  Module    = 0DU                                             *
    *  +EQA9981I - Xsto_Fld     = 0000015B                         *
    *  +EQA9981I - Xsto_Ptr     = 40404040                         *
    *  (PH40082 at 14.2)                                           *
    *                                                              *
    * -ABENDS0C4 in EQA0AIP4 when assembler                        *
    *  debug attempts to display a negative                        *
    *  float-pointing field in protected                           *
    *  storage.                                                    *
    *  (PH40075 at 14.2)                                           *
    *                                                              *
    * -ABENDS0C4 in EQA0SCPU+'4DA'x when                           *
    *  remote debug attempts to handle a                           *
    *  module loaded in CSA.                                       *
    *  (PH40528 at 15.0)                                           *
    *                                                              *
    * -Debugger IMS Isolation issues error                         *
    *  message 'EQAI1003S Environment AIB                          *
    *  call failed' after upgrading to a new                       *
    *  version of the debugger.                                    *
    *  (PH40635 at 15.0)                                           *
    *                                                              *
    * -In IBM Debug for z/OS, the debugger                         *
    *  does not identify the paragraph in a                        *
    *  PERFORM statement and therefore                             *
    *  cannot set a paragraph breakpoint                           *
    *  correctly.                                                  *
    *  (PH40467 at 14.2)                                           *
    *                                                              *
    * -In mix of COBOL V4 and COBOL V5 or V6                       *
    *  scenarios, restoring monitor                                *
    *  variables from SAVEBPS may not work                         *
    *  (may see 'An error occurred during                          *
    *  expression evaluation').                                    *
    *                                                              *
    *  (PH40771 at 15.0)                                           *
    *                                                              *
    *                                                              *
    * For COBOL V5 and V6 references above:                        *
    * FIXCAT KEYWORD: COB0501T/K COB0502T/K                        *
    *                 COB0601T/K COB0602T/K                        *
    *                 COB0603T/K                                   *
    *                                                              *
    * For z/OS Debugger:                                           *
    * FIXCAT KEYWORD: DEBUGGER/K                                   *
    *                                                              *
    * --- 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

  • ×**** PE21/11/02 FIX IN ERROR. SEE APAR PH41774  FOR DESCRIPTION
    

APAR Information

  • APAR number

    PH38080

  • Reported component name

    ZOS DEBUGGER

  • Reported component ID

    5724T0713

  • Reported release

    F00

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2021-06-11

  • Closed date

    2021-10-25

  • Last modified date

    2023-04-25

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

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

    UI77786

Modules/Macros

  • EQASSPRD EQAS2PST EQA10SID EQA17CUR EQA0SNTC EQA00CEM EQA04PST
    EQAS0GFV EQA18QNS EQAS0GFU EQA10EMC EQA10PBK EQA00CEC EQA00CEE
    EQA00EHI EQAS0DBH EQAS0DBJ EQA08PFM EQAS0DBG EQAR6OBD EQA10HRS
    EQA00GLV EQARCCDA EQA00CCV EQASPDBI EQA00XML EQA00CCX EQA10RET
    EQA05CUS EQA10FND EQA0SMSU EQA00IPD EQA00EHB EQAS0HKS EQAS0HKN
    EQA12CES EQA30PT  EQA0S9LB EQA10DMM EQA10QFY EQA12CEI EQA0CFUN
    EQA00REG EQA12LX1 EQA12CED EQAD3CSR EQA00XPR EQA10PDM EQAS0INT
    EQAS3PST EQA10AFS EQA18DSP EQAS0MVS EQA50PRE EQA13DCL EQAMVS31
    EQA00CEX EQAAFSPS EQA08BLK EQA12SCN EQA0S0YE EQA0S0YC EQA00SET
    EQAS0GIV EQA00ABE EQAS0EH2 EQA00AEI EQACIC32 EQAS5STT EQA17SYC
    EQAS0FIN EQA07STT EQA17SYE EQA10TOG EQAS0DEH EQA10BKS EQA10BKT
    EQA14CAL EQAS0DEI EQA10BKP EQAS0SBM EQA10BKL EQA07EXP EQA0SINP
    EQA00PBK EQA10BKE EQAEV006 EQA0S4CN EQA00CIC EQA10BKC EQA10CMD
    EQA13SCN EQA10BKD EQA00EMG EQA0COHD EQA00AEH EQATS9LB EQACIC41
    EQA05PST EQAS7BLK EQAS0EHI EQAS0EHB EQA10GTO EQAZPCM  EQA00GPA
    EQAS5CUS EQA10NAM EQAS0CCV EQA00RES EQA00QCS EQA00CHG EQA12CEX
    EQA12LXB EQAS0CEM EQA00GSV EQACSEXE EQA0CPLT EQASS0YC EQASS0YE
    EQAS0CEE EQA00TMM EQA50FC1 EQA0SDBI EQA50FC2 EQA00PDM EQA10AKA
    EQARCVND EQA00DMM EQA00QFY EQA13CEX EQA13LXB EQA18CUR EQA0SCBP
    EQA0SLSE EQA00ENV EQANIPSB EQAS0SET EQAS0ABE EQA13LX1 EQA10BLK
    EQA0S4DS EQA14DCL EQA07CUS EQA00DLD EQADCREP EQA10CND EQA10DPA
    EQA10DTC EQA14CEX EQA00BKP EQA00OEH EQA00OEI EQARCOBD EQA08CUS
    EQASSDBI EQA10DSE EQA00ER0 EQA00ER1 EQA0YCUS EQAR6L4  EQAS5PST
    EQA08STT EQAR6PLI EQAS0CHG EQA50INP EQA10ALO EQA10TRA EQAS0QCS
    EQAS0RES EQA08EXP EQA00FRE EQA00NAM EQA10BNK EQA50IMW EQASSMSU
    EQASS9LB EQASCCOM EQA00TMX EQA10LAM EQAS0GPA EQA00GTO EQAS0REG
    EQA0SXR1 EQA10EXE EQA0SIPD EQA0XCUS EQA10MGF EQA14SCN EQAS7CUS
    EQA0CIC2 EQA10MGA EQAS0EMG EQASSCBP EQASXPMT EQAS0PBK EQASSINP
    EQA10MG0 EQA10QNS EQACMS99 EQA10MG1 EQA18SYE EQA18SYC EQAS7EXP
    EQA30PST EQA07PST EQA10LDD EQAW3Z3  EQA14LX1 EQA10BPR EQAW3Z6
    EQANCREL EQA10BPP EQA10BPQ EQA00CND EQA00BLD EQA10ANL EQA10DTL
    EQAS0DLD EQA50XIO EQAS7STT EQA00BLK EQA10LCM EQA1S4LB EQA14LXB
    EQA10MEM EQA10RST EQA10CVC EQA0SDLD EQAS0GSV EQASSDU  EQA08PST
    EQASCEXE EQASXCUS EQA0SRGU EQA00DTA EQA0S4LB EQA00DTC EQA00TSR
    EQAS0DMM EQA00LBL EQA00DSF EQA10CUS EQA17DCL EQA00OHT EQA00OHV
    EQA0SXU1 EQA10STU EQA00OHB EQANCABE EQA00OHC EQA00OHD EQA10STM
    EQA00OHE EQA00OHH EQA00OHI EQA0SQFY EQAS0GTO EQA00OHL EQA10EXX
    EQA30DU  EQA00BND EQA00LAM EQAS0NAM EQA0SCHG EQACSCOM EQA09CUS
    EQA10EXM EQA10EXN EQA00C00 EQA00TRA EQA0SXUT EQA00ALO EQA10LIN
    EQA10HAD EQA00EXE EQA0SCL2 EQA0SCL1 EQAXPL31 EQA00SRT EQA00KBM
    EQA00QNS EQA02PFM EQA12DSP EQA00LDR EQA10ASN EQA0SXRI EQAS7PST
    EQA00LDU EQA00LDW EQA10QRY EQAD3XXT EQA00LDX EQA10QRZ EQA00LDY
    EQA00E74 EQAYSMMN EQALDR64 EQA0SEMC EQAD3UT1 EQA00LDD EQA00TTL
    EQARCL4  EQAPROF  EQA00MEM EQA00ANC EQA00LCM EQAS0BLK EQA00EVH
    EQA10SVC EQA00DTL EQA0STKH EQAS0CND EQA00ANL EQA50VIO EQA00BPP
    EQA00RPB EQASSCHG EQALDR31 EQA17CED EQA30INT EQA00CVC EQA17LX1
    EQA00POP EQA17CEI EQA03PFM EQASSXR1 EQA0SBKP EQA10SYE EQACSTCP
    EQASSXRI EQA10SYC EQA17CEX EQA17LXB EQA00CUS EQA12QNS EQAS0OHH
    EQACSINT EQA00CTX EQAS0DU  EQAS0OHC EQASYCUS EQA00STO EQAEVDBG
    EQA00STR EQA00TVT EQA00STT EQA00STU EQA10PRD EQA0S9YE EQA10PRC
    EQA0S9YC EQA0SUT1 EQA02BLK EQAS0BND EQA0SUT2 EQA10LIT EQA13QNS
    EQA0SNAM EQASSRGU EQA00RUN EQA10MON EQA00NML EQASSDLD EQA10OSM
    EQASSXU1 EQA00QRY EQAS0OHT EQA0SCLU EQA12CUR EQAS0OHV EQAS0DSF
    EQA03BLK EQA00C74 EQANCDBG EQA0AIPD EQA0SCMD EQA17SCN EQA10PTP
    EQAS0LDD EQASSEMC EQA0AIP4 EQA00RSV EQA18DCL EQASSTKH EQA0AIP3
    EQA14CMS EQA0AIP2 EQA0AIP1 EQA13DSP EQADCMGR EQACCDRV EQAS0DTL
    EQA13MDV EQAS0EVH EQA50REQ EQAS0ANC EQAS0LCM EQA00SVC EQA00CVT
    EQA0SBLD EQA0AIP6 EQA0AIP5 EQA04CMS EQASS9YC EQA14EVL EQA0SDTL
    EQA10OUT EQA10FCI EQASSNAM EQAS0MGA EQA00PST EQA0SRPC EQA10LOG
    EQASSXUT EQA0SLDD EQACTL   EQA10CV  EQAS0KBM EQAS0QNS EQASSCLU
    EQA0SRQ1 EQA00RWD EQA01SVC EQA0SRQ2 EQA0SRQ3 EQASS9YE EQAS2PFM
    EQA0SRQ4 EQAS0SRT EQA10FBP EQA14QNS EQAS0STO EQA00FA  EQASSQFY
    EQAS0STR EQAUEDAC EQAS0CTX EQA01SV2 EQA10LNK EQA10NRM EQA10VAT
    EQA04PFM EQA10VAR EQA00LIS EQA00NMU EQAUEDAT EQAS2BLK EQA0SEXA
    EQASSCL2 EQA0SEXE EQASSCL1 EQACCSD  EQA18SCN EQASAIP1 EQAS0POP
    EQA00GCC EQASAIP6 EQAR6DB2 EQASAIP3 EQASAIP2 EQA00LMS EQASAIP5
    EQASAIP4 EQA0STRE EQA00OSX EQA05PFM EQA0SCPU EQAS0CUS EQA0SUTI
    EQA12SYE EQA00DU  EQA12SYC EQA02CUS EQAS0STT EQASAIPD EQA0CINF
    EQA00LLF EQAR6DBG EQA00LLH EQA14MDV EQA18CED EQASSCMD EQA18LX1
    EQA14DSP EQA18CEI EQA02STT EQA00LLT EQA50TMN EQA0SBPP EQA13CUR
    EQA02EXP EQA00CV  EQA04BLK EQA00A64 EQADCCXR EQA0SDTC EQA0SRP1
    EQA18CEX EQA18LXB EQAS3PFM EQA0SRP2 EQA0SRP3 EQAS0RSV EQA0SLCM
    EQA0SRP4 EQA00LLC EQASSBKP EQADCVSA EQADCCN0 EQAS0RUN EQADFHNO
    EQA10LST EQA03STT EQAS3BLK EQA00GDV EQA03EXP EQA10LSE EQA05BLK
    EQASSUTI EQA30TKI EQASSCPU EQASSTRE EQA00LNG EQA00GDD EQA00VAR
    EQAS3UT1 EQA00GDF EQA00LNK EQA00GDG EQAPAX01 EQA00GDP EQAPAX02
    EQASSUT1 EQASSUT2 EQA13SWC EQAS0NMU EQA10DAT EQA10XIF EQANCHAB
    EQASSBPP EQA10DES EQAS0PST EQA0SEXN EQACIC51 EQA0OIP5 EQA0OIP6
    EQA0SEXP EQA0OIP3 EQA0OIP4 EQA0OIP1 EQA0PDBI EQA0OIP2 EQA10FIN
    EQASG006 EQA0SEXU EQA02PST EQASSLCM EQASSRP4 EQASSRP3 EQA0SEXX
    EQASSRQ1 EQAS0RWD EQA00GFU EQASSRQ3 EQA00GFV EQASSRQ2 EQASCTCP
    EQASSLDD EQANCRTO EQASSRPC EQA10DDT EQAS2STT EQA10HLS EQA10INT
    EQAL6Z3  EQAL6Z6  EQA10MVS EQA14CUR EQA10INP EQAS0A64 EQA30HSH
    EQASSRP2 EQASSRP1 EQA0SRSM EQAR6CDA EQA0S4YE EQA13SYE EQAIIMGR
    EQA0SDU  EQA00NTC EQA03CUS EQA0S4YC EQA13SYC EQA10TGA EQA00HKN
    EQA17DSP EQA00DCL EQA00LST EQALMCOP EQAS0OSM EQA00HKS EQADCTSQ
    EQA00GIV EQAS2CUS EQA00LSE EQA04CUS EQACMUT1 EQACMUT2 EQACMDRV
    EQA00DBG EQALMBND EQAS0GDG EQA00DBH EQA00DBI EQA00DBJ EQAS0GDD
    EQA04STT EQAS0LNK EQASCINT EQASSRQ4 EQAS0LNG EQASSEXE EQA04API
    EQADXPMT EQALMDRV EQA03ASN EQA04EXP EQA1S9LB EQA0OIPD EQA10IPD
    EQA00LRC EQARCDB2 EQA17QNS EQA10CCV EQAS0LMS EQA10XML EQAS5PFM
    EQAS3STT EQA00DEH EQAD3PXT EQA00DEI EQA00FIN EQA12DCL EQAMVS64
    EQA0SPRD EQA00EH2 EQA05STT EQAIIRMG EQA14PRF EQA05EXP EQARCDBG
    EQAS5BLK EQA07BLK EQA02LOC EQA00SBM EQAS0GDV EQA30TK  EQANCLDE
    EQAS0GDP EQADPITR EQAR6VND EQA14SYC EQA14SYE EQAIIDRV EQA03PST
    EQA00INT EQA10FLO EQA10SEV EQA10SET EQAS3CUS EQALMA   EQASSRSM
    EQA50CTL EQANIAFE EQAPAX03
    

Fix information

  • Fixed component name

    ZOS DEBUGGER

  • Fixed component ID

    5724T0713

Applicable component levels

  • RF00 PSY UI77786

       UP21/10/28 P F110 ¢

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":"BU029","label":"Software"},"Product":{"code":"SSJK49","label":"IBM Developer for z Systems"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"F00"}]

Document Information

Modified date:
25 April 2023