IBM Support

PH34971: SERVICE FOR Z/OS DEBUGGER 15.0.

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.2
     IBM Developer for z/OS 15.0.2
     IBM Debug for z/OS 15.0.2
     IBM Wazi Developer 1.3.0
    
    
    --- Features ---
    
    -Debug Profile Service
    
     - CICS Profile: Improve error messages when CICS region is
       configured with the EQAOPTS DTCNFORCExxxx command(s) to
       force certain fields to be filled out.
    
    -Remote Debug Service
    
     - Debugging of High Level Assembler (HLASM) applications is
       now supported via Z Open Debug in IBM Wazi for VS Code 1.2.5
       and IBM Wazi for Workspaces 1.2.5 IDEs.  The IDEs are
       components of IBM Wazi Developer 1.3.0.
    
    -AT LABEL * enhancements when debugging Enterprise COBOL for
     z/OS Version 5 and above.
    
     - After using AT LABEL *, highlight the labels (similar to
        statement breakpoints).
    
     - Allow for use of PF6/AT LINE to add/remove global label
       hooks if AT LABEL * has been issued.
    
    -z/OS Debugger JCL Wizard (EQAJCL) enhancements.
    
    --- End Features ---
    
    
    --- Service ---
    
    -Add a message when a valid DBRM file is not found during Db2
     virtualization for RIT.
    
     EQA4093E A valid DBRM file for CUName is not found.
    
     Explanation
               A valid DBRM file for the compile unit is not found.
    
      Programmer Response:
               Specify the name of the data set containing the DBRM
               file in either the EQA_DBG_DBRM environment variable
               or the EQADBRM DDName.
    
    -Debugger is looping after its task was purged in CICS.
    
     The problem occurs in CICS when dual terminal mode is used.
     Scenario is this:
    
     DTCN is used to set up dual terminal to stop in a COBOL
     program.  The terminal id for the debug session is available,
     but not in use (no one has signed on to it).  Start the
     transaction.  Since no one is signed onto the terminal, CICS
     waits.
    
     CEMT SET PURGE TASK is done. The debugger is called to
     terminate, but starts looping.
    
     (PH31213 at 14.1)
    
    -In CICS, when debugging Enterprise COBOL V5+ with debug data
     in the program object, the debugger shows "location unknown"
     after a STEP or GO into a NOTEST program.
     (PH34567 at 14.1)
    
    -Remote Debug Service does not correctly shut down in response
     to the 'P EQARMTD' system programmer console command.
     (PH34719 at 15.0)
    
    -When using the DTCNDELETEDEADPROF,YES command in the EQAOPTS
     load module, DTCN profiles should be deleted once the owner
     logs off or disconnects from CICS, and a different user logs
     in and enters the DTCN transaction.
    
     However, if the DTCN transaction is using a VSAM storage
     repository the profiles are not deleted.
    
     DTCN profiles are deleted as expected if the DTCN transaction
     is using TSQ storage repository.
    
     (PH34900 at 14.2)
    
    -Blank inserted in job names created from the "Manage IMS
     Message Region Job Names" ISPF panel.
     (PH34875 at 15.0)
    
    -ABEND U4036 reason=00000004 in EQA00OHH.
     Debugger's SVC screening intercepted a LOAD svc issued by LE
     ESPIE exit. EQA00OHH set a shunt for ApplR4Bad counting on
     protection by an existing ESPIE. Since it was running under an
     ESPIE exit, its own program check caused a percolation and an
     abend U4036-4.
     (PH35357 at 14.1)
    
    -Error in debugger's ESPIE exit, EQA00OHI, caused abnormal end
     of debugging session
    
     Debugger's ESPIE exit, EQA00OHI, at label ReallyPercolate
     deleted the ESPIE environment, intending to percolate the
     error.
    
     The return from OHI is SVC3 (EXIT macro), which in the absence
     of an ESPIE environment terminated the current RB and returned
     to its caller with OHI's registers. The calling program then
     made a wild branch and abended with S30A-14. Other abends are
     possible since there was a wild branch.
    
     ESPIE environment should not be deleted from inside an ESPIE
     exit.
    
     (PH35469 at 14.1)
    
    -Debugger does not stop / break in statically linked Enterprise
     COBOL V5+ subprograms compiled with TEST that puts the debug
     data in the program object and linked with PAGE.
    
     Message EQA4092E is now issued in this case.
    
     EQA4092E The COBOL program CUName is in a load module
              link-edited with the binder PAGE statement.
    
     Explanation
               The debug information for the COBOL program cannot
               be located in the load module because the load
               module was link-edited with the binder PAGE
               statement. The problem can occur for a COBOL program
               compiled with COBOL V5 with the TEST compiler option
               or for a COBOL program compiled with COBOL V6 or
               higher with the TEST(NOSEPARATE) compiler option.
    
     Programmer response
               Link-edit the load module without the binder PAGE
               statement or compile the program with the compiler
               option TEST(SEPERATE).
    
     (PH35413 at 14.1)
    
    -IMS Transaction Isolation with Hogan - the debugger does not
     stop at entry to the program.
     (PH35705 at 14.2)
    
    -Remote debug ABENDS0C4 EQA00QNS+x'35C8' when Enterprise COBOL
     V5+ and more than one paragraph name at the same offset. For
     example:
    
            LABEL-00000001-AAAAAAAA.
                If work-value = 00000001 Then
                  move "00000001" to output-value
                End-If.
            LABEL-00000001-BBB.
            LABEL-00000001-CCC.
            LABEL-00000001-DDD.
            LABEL-00000001-EEE.
    
     (PH36249 at 14.1)
    
    -The headless code coverage collector gets a Java Out of Memory
     Error during Code Coverage of a PL/I program with many Include
     files.
     (PH36587 at 15.0)
    
    -In CICS, doing code coverage on a mix of COBOL V4 and V5+ may
     result in an ASRA ABENDS0C1 branch to zero at
     EQA00GDF+x'1426'.
     (PH36773 at 14.1)
    
    -When debugging PL/I, a wild branch was taken after doing a
     JUMPTO followed by STEPs.
     (PH36881 at 14.2)
    
    -Confusing messages in IMS Transaction Isolation ISPF dialog.
     (PH37225 at 14.2)
    
    
    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.2                          *
    *  IBM Developer for z/OS 15.0.2                               *
    *  IBM Debug for z/OS 15.0.2                                   *
    *  IBM Wazi Developer 1.3.0                                    *
    *                                                              *
    *                                                              *
    * --- Features ---                                             *
    *                                                              *
    * -Debug Profile Service                                       *
    *                                                              *
    *  - CICS Profile: Improve error                               *
    *    messages when CICS region is                              *
    *    configured with the EQAOPTS                               *
    *    DTCNFORCExxxx command(s) to force                         *
    *    certain fields to be filled out.                          *
    *                                                              *
    * -Remote Debug Service                                        *
    *                                                              *
    *  - Debugging of High Level Assembler                         *
    *    (HLASM) applications is now                               *
    *    supported via Z Open Debug in IBM                         *
    *    Wazi for VS Code 1.2.5 and IBM                            *
    *    Wazi for Workspaces 1.2.5 IDEs.                           *
    *    The IDEs are components of IBM                            *
    *    Wazi Developer 1.3.0.                                     *
    *                                                              *
    * -AT LABEL * enhancements when                                *
    *  debugging Enterprise COBOL for z/OS                         *
    *  Version 5 and above.                                        *
    *                                                              *
    *  - After using AT LABEL *, highlight                         *
    *    the labels (similar to statement                          *
    *    breakpoints).                                             *
    *                                                              *
    *  - Allow for use of PF6/AT LINE to                           *
    *    add/remove global label hooks if AT                       *
    *    LABEL * has been issued.                                  *
    *                                                              *
    * -z/OS Debugger JCL Wizard (EQAJCL)                           *
    *  enhancements.                                               *
    *                                                              *
    * --- End Features ---                                         *
    *                                                              *
    *                                                              *
    * --- Service ---                                              *
    *                                                              *
    * -Add a message when a valid DBRM file                        *
    *  is not found during Db2                                     *
    *  virtualization for RIT.                                     *
    *                                                              *
    *  EQA4093E A valid DBRM file for CUName                       *
    *           is not found.                                      *
    *                                                              *
    *  Explanation                                                 *
    *            A valid DBRM file for the                         *
    *            compile unit is not found.                        *
    *                                                              *
    *  Programmer Response:                                        *
    *            Specify the name of the                           *
    *            data set containing the                           *
    *            DBRM file in either the                           *
    *            EQA_DBG_DBRM environment                          *
    *            variable or the EQADBRM                           *
    *            DDName.                                           *
    *                                                              *
    * -Debugger is looping after its task                          *
    *  was purged in CICS.                                         *
    *                                                              *
    *  The problem occurs in CICS when dual                        *
    *  terminal mode is used. Scenario is                          *
    *  this:                                                       *
    *                                                              *
    *  DTCN is used to set up dual terminal                        *
    *  to stop in a COBOL program.  The                            *
    *  terminal id for the debug session is                        *
    *  available, but not in use (no one has                       *
    *  signed on to it).  Start the                                *
    *  transaction.  Since no one is signed                        *
    *  onto the terminal, CICS waits.                              *
    *                                                              *
    *  CEMT SET PURGE TASK is done. The                            *
    *  debugger is called to terminate, but                        *
    *  starts looping.                                             *
    *                                                              *
    *  (PH31213 at 14.1)                                           *
    *                                                              *
    * -In CICS, when debugging Enterprise                          *
    *  COBOL V5+ with debug data in the                            *
    *  program object, the debugger shows                          *
    *  "location unknown" after a STEP or GO                       *
    *  into a NOTEST program.                                      *
    *  (PH34567 at 14.1)                                           *
    *                                                              *
    * -Remote Debug Service does not                               *
    *  correctly shut down in response to                          *
    *  the 'P EQARMTD' system programmer                           *
    *  console command.                                            *
    *  (PH34719 at 15.0)                                           *
    *                                                              *
    * -When using the DTCNDELETEDEADPROF,YES                       *
    *  command in the EQAOPTS load module,                         *
    *  DTCN profiles should be deleted once                        *
    *  the owner logs off or disconnects                           *
    *  from CICS, and a different user logs                        *
    *  in and enters the DTCN transaction.                         *
    *                                                              *
    *  However, if the DTCN transaction is                         *
    *  using a VSAM storage repository the                         *
    *  profiles are not deleted.                                   *
    *                                                              *
    *  DTCN profiles are deleted as expected                       *
    *  if the DTCN transaction is using TSQ                        *
    *  storage repository.                                         *
    *                                                              *
    *  (PH34900 at 14.2)                                           *
    *                                                              *
    * -Blank inserted in job names created                         *
    *  from the "Manage IMS Message Region                         *
    *  Job Names" ISPF panel.                                      *
    *  (PH34875 at 15.0)                                           *
    *                                                              *
    * -ABEND U4036 reason=00000004 in                              *
    *  EQA00OHH.                                                   *
    *  Debugger's SVC screening intercepted                        *
    *  a LOAD svc issued by LE ESPIE exit.                         *
    *  EQA00OHH set a shunt for ApplR4Bad                          *
    *  counting on protection by an existing                       *
    *  ESPIE. Since it was running under an                        *
    *  ESPIE exit, its own program check                           *
    *  caused a percolation and an abend                           *
    *  U4036-4.                                                    *
    *  (PH35357 at 14.1)                                           *
    *                                                              *
    * -Error in debugger's ESPIE exit,                             *
    *  EQA00OHI, caused abnormal end of                            *
    *  debugging session                                           *
    *                                                              *
    *  Debugger's ESPIE exit, EQA00OHI, at                         *
    *  label ReallyPercolate deleted the                           *
    *  ESPIE environment, intending to                             *
    *  percolate the error.                                        *
    *                                                              *
    *  The return from OHI is SVC3 (EXIT                           *
    *  macro), which in the absence of an                          *
    *  ESPIE environment terminated the                            *
    *  current RB and returned to its caller                       *
    *  with OHI's registers. The calling                           *
    *  program then made a wild branch and                         *
    *  abended with S30A-14. Other abends                          *
    *  are possible since there was a wild                         *
    *  branch.                                                     *
    *                                                              *
    *  ESPIE environment should not be                             *
    *  deleted from inside an ESPIE exit.                          *
    *                                                              *
    *  (PH35469 at 14.1)                                           *
    *                                                              *
    * -Debugger does not stop / break in                           *
    *  statically linked Enterprise COBOL                          *
    *  V5+ subprograms compiled with TEST                          *
    *  that puts the debug data in the                             *
    *  program object and linked with PAGE.                        *
    *                                                              *
    *  Message EQA4092E is now issued in                           *
    *  this case.                                                  *
    *                                                              *
    *  EQA4092E The COBOL program CUName is                        *
    *           in a load module link-edited                       *
    *           with the binder PAGE                               *
    *           statement.                                         *
    *                                                              *
    *  Explanation                                                 *
    *            The debug information for                         *
    *            the COBOL program cannot be                       *
    *            located in the load module                        *
    *            because the load module was                       *
    *            link-edited with the binder                       *
    *            PAGE statement. The problem                       *
    *            can occur for a COBOL                             *
    *            program compiled with COBOL                       *
    *            V5 with the TEST compiler                         *
    *            option or for a COBOL                             *
    *            program compiled with COBOL                       *
    *            V6 or higher with the                             *
    *            TEST(NOSEPARATE) compiler                         *
    *            option.                                           *
    *                                                              *
    *  Programmer response                                         *
    *            Link-edit the load module                         *
    *            without the binder PAGE                           *
    *            statement or compile the                          *
    *            program with the compiler                         *
    *            option TEST(SEPERATE).                            *
    *                                                              *
    *  (PH35413 at 14.1)                                           *
    *                                                              *
    * -IMS Transaction Isolation with Hogan                        *
    *  - the debugger does not stop at entry                       *
    *  to the program.                                             *
    *  (PH35705 at 14.2)                                           *
    *                                                              *
    * -Remote debug ABENDS0C4                                      *
    *  EQA00QNS+x'35C8' when Enterprise                            *
    *  COBOL V5+ and more than one paragraph                       *
    *  name at the same offset. For example:                       *
    *                                                              *
    *  LABEL-00000001-AAAAAAAA.                                    *
    *      If work-value = 00000001 Then                           *
    *        move "00000001" to output-value                       *
    *      End-If.                                                 *
    *  LABEL-00000001-BBB.                                         *
    *  LABEL-00000001-CCC.                                         *
    *  LABEL-00000001-DDD.                                         *
    *  LABEL-00000001-EEE.                                         *
    *                                                              *
    *  (PH36249 at 14.1)                                           *
    *                                                              *
    * -The headless code coverage collector                        *
    *  gets a Java Out of Memory Error                             *
    *  during Code Coverage of a PL/I                              *
    *  program with many Include files.                            *
    *  (PH36587 at 15.0)                                           *
    *                                                              *
    * -In CICS, doing code coverage on a mix                       *
    *  of COBOL V4 and V5+ may result in an                        *
    *  ASRA ABENDS0C1 branch to zero at                            *
    *  EQA00GDF+x'1426'.                                           *
    *  (PH36773 at 14.1)                                           *
    *                                                              *
    * -When debugging PL/I, a wild branch                          *
    *  was taken after doing a JUMPTO                              *
    *  followed by STEPs.                                          *
    *  (PH36881 at 14.2)                                           *
    *                                                              *
    * -Confusing messages in IMS Transaction                       *
    *  Isolation ISPF dialog.                                      *
    *  (PH37225 at 14.2)                                           *
    *                                                              *
    *                                                              *
    * 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

APAR Information

  • APAR number

    PH34971

  • Reported component name

    ZOS DEBUGGER

  • Reported component ID

    5724T0713

  • Reported release

    F00

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    YesHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2021-03-02

  • Closed date

    2021-06-14

  • Last modified date

    2021-07-02

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

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

    UI75882

Modules/Macros

  • EQASSPRD EQA10SID EQA17CUR EQA0SNTC EQA00CEM EQAFWPLS EQA04PST
    EQA10XSC 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 EQA30SRT EQA00EHB
    EQACCINT EQA30KBM EQANCEST EQAS0HKS EQAS0HKN EQA12CES EQA30PT
    EQADCDEL EQA0S9LB EQA10DMM EQA10QFY EQA12CEI EQA0CFUN EQA00REG
    EQA12LX1 EQA12CED EQAD3CSR EQA00XPR EQA10PDM EQAS0INT EQAS3PST
    EQA10AFS EQA18DSP EQAS0MVS EQA50PRE EQA13DCL EQAMVS31 EQA50PRO
    EQA50LIS EQA00CEX EQAAFSPS EQASTP01 EQA08BLK EQA12SCN EQACMINT
    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 EQAFWSVC EQACIC41 EQA05PST EQAS7BLK EQAS0EHI
    EQAS0EHB EQA10GTO EQAZPCM  EQA00GPA EQAS5CUS EQANMEST EQA10NAM
    EQAS0CCV EQA00RES EQA00QCS EQA00CHG EQA12CEX EQA12LXB EQA50LOG
    EQAS0CEM EQA00GSV EQA30STR EQACSEXE EQAS0M99 EQA30STO EQASS0YC
    EQASS0YE EQAJPT   EQAS0CEE EQA00TMM EQA50FC1 EQA0SDBI EQA50FC2
    EQA00PDM EQAJPG1  EQAJPG2  EQA10AKA EQARCVND EQA00DMM EQA00QFY
    EQA13CEX EQA13LXB EQA18CUR EQANBCON EQA0SCBP EQA0SLSE EQANCFRM
    EQA00ENV EQANIPSB EQAS0SET EQAS0ABE EQA50VAT EQANCFRE EQA13LX1
    EQA10BLK EQA0S4DS EQA14DCL EQA07CUS EQA00DLD EQADCREP EQA10CND
    EQA10DPA EQACSSIF EQA10DTC EQA14CEX EQA00BKP EQA00OEH EQA00OEI
    EQARCOBD EQA08CUS EQASSDBI EQA10DSE EQA00ER0 EQA00ER1 EQAIIINT
    EQA0YCUS EQAR6L4  EQAS5PST EQA08STT EQA50INT EQAS0CHG EQA50INP
    EQA10ALO EQA10TRA EQAS0QCS EQAS0RES EQA08EXP EQA00FRE EQA00NAM
    EQA10BNK EQA50IMW EQASSMSU EQASS9LB EQASCCOM EQA00TMX EQA10LAM
    EQA50WIN EQAS0GPA EQA00GTO EQAS0REG EQA0SXR1 EQA10EXE EQASVC99
    EQA0SIPD EQA0XCUS EQA10MGF EQA14SCN EQAS7CUS EQA0CIC2 EQA10MGA
    EQAS0EMG EQADBGET EQASSCBP EQASXPMT EQASSINP EQA00BML EQA10MG0
    EQA10QNS EQA10MG1 EQA18SYE EQA18SYC EQAS7EXP EQA30PST EQA07PST
    EQA10LDD EQAW3Z3  EQA14LX1 EQA10BPR EQAW3Z6  EQANCREL EQA10BPP
    EQA10BPQ EQA00CND EQA00BLD EQA10ANL EQA10DTL EQAS0DLD EQA50XIO
    EQAS7STT EQA00BLK EQA10LCM EQALMINT EQA1S4LB EQA14LXB EQA10MEM
    EQA10RST EQA10CVC EQA0SDLD EQAS0GSV EQASSDU  EQA08PST EQASCEXE
    EQASXCUS EQA0SRGU EQANICTL EQA00DTA EQA0S4LB EQA00DTC EQA00TSR
    EQAS0DMM EQA00LBL EQA30NTC EQA00DSF EQA10CUS EQA17DCL EQA00OHT
    EQA00OHV EQA0SXU1 EQA10STU EQA00OHB EQANCABE EQA00OHC EQA00OHD
    EQA10STM EQA00OHE EQA00OHH EQA00OHI EQA0SQFY EQAS0GTO EQA00OHL
    EQA10EXX EQA30DU  EQA00BND EQA00LAM EQADTUT2 EQAS0NAM EQA0SCHG
    EQACSCOM EQA09CUS EQA10EXM EQA10EXN EQA00E40 EQA00E41 EQA00TRA
    EQA0SXUT EQA00ALO EQA10LIN EQA10HAD EQAFWPG1 EQA00EXE EQA30LNK
    EQA0SCL2 EQA0SCL1 EQAXPL31 EQA00SRT EQA00KBM EQA00QNS EQA02PFM
    EQA12DSP EQA00LDR EQA10ASN EQANICRT EQA0SXRI EQAS7PST EQA00LDU
    EQA00LDW EQA10QRY EQAD3XXT EQA00LDX EQA10QRZ EQA00LDY EQAYSMMN
    EQALDR64 EQA0SEMC EQADBFIL EQAD3UT1 EQA00LDD EQA00TTL EQANCTER
    EQARCL4  EQA00MEM EQA00ANC EQA00LCM EQAS0BLK EQA00EVH EQA10SVC
    EQA00DTL EQA0STKH EQAS0CND EQA00ANL EQA50VIO EQA00BPP EQANCDEL
    EQA00RPB EQASSCHG EQALDR31 EQA17CED EQA30INT EQA00CVC EQA17LX1
    EQA00POP EQA17CEI EQA03PFM EQASSXR1 EQA0SBKP EQA50OBJ EQA10SYE
    EQACSTCP EQASSXRI EQA10SYC EQA17CEX EQA17LXB EQA00CUS EQAFWINT
    EQA12QNS EQAS0OHH EQACSINT EQA00CTX EQAS0DU  EQAS0OHC EQASYCUS
    EQA00STO EQAEVDBG EQA00STR EQA00TVT EQA01TSR EQA00STT EQA00STU
    EQA10PRD EQA0S9YE EQA10PRC EQA0S9YC EQA30SBM EQA0SUT1 EQA02BLK
    EQAS0BND EQA0SUT2 EQA10LIT EQA50END EQA13QNS EQA0SNAM EQASSRGU
    EQA00RUN EQA10MON EQA00NML EQASSDLD EQA10OSM EQASSXU1 EQACCRMG
    EQA00QRY EQAS0OHT EQA0SCLU EQA12CUR EQAS0OHV EQAS0DSF EQA03BLK
    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
    EQA50COL EQANCLOD EQASSNAM EQAS0MGA EQAXIMSP EQA00PST EQA0SRPC
    EQA10LOG EQASSXUT EQANMDBG EQA0SLDD EQACTL   EQA10CV  EQAS0KBM
    EQAS0QNS EQASSCLU EQA0SRQ1 EQA00RWD EQA01SVC EQA0SRQ2 EQA0SRQ3
    EQASS9YE EQA0SRQ4 EQAS0SRT EQA10FBP EQA14QNS EQAS0STO EQA00FA
    EQASSQFY EQAS0STR EQAS0CTX EQA01SV2 EQA10LNK EQA10NRM EQA10VAT
    EQAJCL   EQA04PFM EQA10VAR EQADBLNX EQA00LIS EQA00NMU EQANCGET
    EQA0SEXA EQASSCL2 EQA0SEXE EQA50MAP EQASSCL1 EQA18SCN EQASAIP1
    EQAS0POP EQA00GCC EQADCHAB EQASAIP6 EQAR6DB2 EQASAIP3 EQASAIP2
    EQA00LMS EQASAIP5 EQASAIP4 EQA0STRE EQA00OSX EQA05PFM EQA0SCPU
    EQA50FSC 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 EQADCCN1
    EQADCCN2 EQADCVSD EQADCVSA EQANCZFS EQADCCN0 EQAS0RUN EQADCCN3
    EQADFHNO EQADCCN4 EQA10LST EQA03STT EQA00HFS EQA50SRV EQAS3BLK
    EQA00GDV EQA03EXP EQA10LSE EQA05BLK EQASSUTI EQA30TKI EQASSCPU
    EQASSTRE EQA00LNG EQA00GDD EQA00VAR EQANCZGS EQAS3UT1 EQA00GDF
    EQA00LNK EQA00GDG EQAPAX01 EQA30DMM EQA00GDP EQAPAX02 EQASSUT1
    EQASSUT2 EQA50MEM EQA13SWC EQAS0NMU EQADCCNH EQA10DAT EQA10XIF
    EQANCHAB EQASSBPP EQA10DES EQAS0PST EQA0SEXN EQACIC51 EQA0OIP5
    EQA0OIP6 EQA0SEXP EQA0OIP3 EQA0OIP4 EQA50DSP EQA0OIP1 EQA0PDBI
    EQA0OIP2 EQA10FIN EQAXTIMS EQASG006 EQA0SEXU EQA02PST EQASSLCM
    EQASSRP4 EQASSRP3 EQA0SEXX EQANISET EQASSRQ1 EQAS0RWD EQA00GFU
    EQASSRQ3 EQA00GFV EQASSRQ2 EQASCTCP EQASSLDD EQANCRTO EQASSRPC
    EQA10DDT EQA10HLS EQA10INT EQAL6Z3  EQAL6Z6  EQA10MVS EQA14CUR
    EQA10INP EQA50UTL EQA10MVO EQAS0A64 EQA30HSH EQASSRP2 EQASSRP1
    EQA0SRSM EQAR6CDA EQA0S4YE EQA13SYE EQA0SDU  EQA00NTC EQA03CUS
    EQA0S4YC EQA13SYC EQAFWATE EQACMRMG EQA00HKN EQA10M99 EQA17DSP
    EQAJP10  EQA00DCL EQA00LST EQAS0OSM EQA00HKS EQADCTSQ EQA00GIV
    EQANBSWT EQA00LSE EQA04CUS EQAJP05  EQALMRMG EQAJP08  EQAJP07
    EQACMDRV EQAJP02  EQAJP04  EQANPCNH EQAJP03  EQA00DBG EQALMBND
    EQAS0GDG EQA00DBH EQA00DBI EQA00DBJ EQAS0GDD EQA04STT EQAS0LNK
    EQASCINT EQASSRQ4 EQAS0LNG EQASSEXE EQA04API EQADXPMT EQALMDRV
    EQA03ASN EQA04EXP EQA1S9LB EQA50MIO EQA0OIPD EQA10IPD EQA00LRC
    EQARCDB2 EQA17QNS EQA10CCV EQAS0LMS EQA10XML EQAS3STT EQA00DEH
    EQA50SUF EQAD3PXT EQA00DEI EQA00FIN EQA12DCL EQAMVS64 EQANPCN1
    EQA0SPRD EQA00EH2 EQANPCN0 EQA05STT EQAIIRMG EQA14PRF EQA05EXP
    EQADCXXT EQANCCSE EQARCDBG EQANPCN2 EQAS5BLK EQA07BLK EQA50STR
    EQA02LOC EQA00SBM EQAS0GDV EQANXPOP EQA30TK  EQANCLDE EQAS0GDP
    EQADPITR EQAR6VND EQA14SYC EQA14SYE EQAIIDRV EQA03PST EQA50PNL
    EQA00INT EQA10FLO EQA10SEV EQADBSRT EQA10SET EQAS3CUS EQAXSIO
    EQANCEXE EQA50PMN EQALMA   EQASSRSM EQAHWHLP EQA50CTL EQAFWUSR
    EQAJP09  EQAJP06
    

Fix information

  • Fixed component name

    ZOS DEBUGGER

  • Fixed component ID

    5724T0713

Applicable component levels

[{"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 June 2022