IBM Support

PH65178: SERVICE FOR Z/OS DEBUGGER 17.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 17.0.2 for
    
     IBM Developer for z/OS Enterprise Edition 17.0.2
     IBM Developer for z/OS 17.0.2
     IBM Debug for z/OS 17.0.2
    
     IBM Test Accelerator for Z 1.0.3.
    
    
    --- Features ---
    
    See '17.0.2' in "What's new in IBM z/OS Debugger" in the z/OS
    Debugger documentation.
    
    --- End Features ---
    
    
    --- Service ---
    
    These fixes were originally listed under PH65654.
    
    
    -Test Accelerator for z/OS (TAZ) replay EXEC CICS READNEXT of
     VSAM file without RBA,XRBA,RRN or KEYLENGTH results in
     ABENDS0C4.
    
     Using Test Accelerator for z/OS (TAZ) v1.0.1, the replay
     (running the test case) of an EXEC CICS READNEXT for a VSAM
     file that does not specify RBA, XRBA, RRN or KEYLENGTH,
     results in abend S0C4.  The joblog would display the abend
     similar to the following:  Module BZUXCLCT, CSECT BZUXCLCT,
     offset X'706': Abend S0C4-X'11' (Page-Translation Exception)
    
     (PH65328 at 16.0)
    
    
    -TAZ - Data comparison on WRITE fails for RECFM=V file.
    
     When recording a testcase in a RECFM=V QSAM dataset, the
     Dynamic Test Engine (DTE) stores the record prefix containing
     the length field (LLBB) as well as the portion of the data
     buffer visible to the user's program.  However, during
     playback, only the program data (starting after the LLBB) gets
     compared against the recorded data, so there is always a
     mismatch.  The playback ends with RC=4.
    
     (PH65191 at 16.0)
    
    
    -Debug for z/OS: IMS Isolation. Cannot DEQUE TRAN EQATXXXX.
    
     We try to delete a transaction message but it can not be
     found.  The message was placed on a SERIAL=NO queue, but when
     a command is issued later to delete the message, the
     transaction is found to have the SERIAL=YES attribute, so the
     command searches the serial queue.
    
     (PH65365 at 16.0)
    
    
    -IMS isolation fails to properly register a transaction when
     queues are shared.
    
     (PH65386 at 16.0)
    
    
    -IMS control region posts a ABENDS0C4 at startup in DFSMSCE0.
     IMS ABENDS0C4 at EQATIEXT+474.
    
     (PH65401 at 16.0)
    
    
    -TAZ DTE - more than one record written to the recording file
     for COBOL statement "WRITE ADVANCING PAGE".
    
     Sample COBOL statement:
    
     WRITE CTL-REP-REC FROM WS40-CTLREP-LINE-01
     AFTER ADVANCING PAGE
    
     (PH65542 at 16.0)
    
    
    -Using Test Accelerator for z/OS (TAZ) v1.0.2, running (replay)
     of CBLTDLI in a COBOL IMS program could result in ABENDS0C4 or
     ABENDS806 if the program was compiled with DYNAM option.
    
     (PH65889 at 16.0)
    
    
    -TAZ run (replay) of QSAM programs compiled with COBOL compiler
     V4.2 or earlier results in mismatch with rc=04.
    
     Using Test Accelerator for z/OS (TAZ) v1.0.2 and running the
     unit test (replay) for QSAM COBOL programs compiled with v4.2
     or earlier, results in a mismatch between the recorded and
     expected data with RC=04.
    
     (PH66057 at 16.0)
    
    
    -TAZ Unit Test fails to import data for a CICS program if Db2
     data is recorded while a PLANEXIT is in effect for the
     associated DB2ENTRY.
    
     (PH66380 at 16.0)
    
    
    End of these fixes were originally listed under PH65654.
    
    
    -IMS isolation error loading DFSRRC00 from incorrect RESLIB.
    
     After PH63730, IMS isolation logic locates the first copy of
     DFSRRC00 in the control region's STEPLIB and assumes that the
     containing library is an IMS RESLIB usable for running a BMP.
     This assumption may be incorrect.
    
     (PH65514 at 16.0)
    
    
    -Debugger MODULE EQA00EVH OFFSET X'1A6FE4' ABENDS0C4-X'4' when
     the job does not have read access to STEPLIB.
    
     The abend occurs in an IMS message region. The region starts
     with an ID that has access to the STEPLIB, but a transaction
     program is given a security environment of the user who
     submitted the message. When the debugger gets involved, it
     calls the binder, which attempts to open STEPLIB again and
     fails.
    
     The abend happens for a user who has insufficient access to
     datasets in the STEPLIB. The debugger needs to read datasets
     in the STEPLIB to retrieve debug information for a running
     program. In this case, the debugger abends trying to use a
     missing piece of data.
    
     (PH65547 at 16.0)
    
    
    -LangX COBOL support for Enterprise COBOL v6 was introduced in
     16.0.4. The LangX COBOL IVPs need to be updated for users
     testing with COBOL v6.
    
     EQAWIVCJ - LangX Language Environment COBOL CICS IVP
     EQAWIVPJ - LangX Language Environment COBOL IVP
     EQAWIVPK - Interactive batch LangX Language Environment COBOL
                IVP
    
     (PH65714 at 17.0)
    
    
    -Debug triggering LE abends U04088 and U04087 from job.
    
     Debugging a business application containing thousands of
     programs compiled with COBOL 6.2+ leads to a shortage of heap
     storage leading to the abend.
    
     (PH65672 at 16.0)
    
    
    -Quitting debug of a pseudoconversational single terminal
     transaction in the CICSPlex SM environment may cause a hang of
     the CICS region.
    
     (PH66190 at 16.0)
    
    
    -During Test Accelerator for z/OS (TAZ) v1.0.2 recording,
     ABENDS0C4 at EQA00LMS+843A occurs on an attempt to access a
     load module information record that has been dropped from
     module cache.
    
     (PH66173 at 16.0)
    
    
    -Test Accelerator for z/OS (TAZ) ABENDS0C1 in EQANCFTC while
     recording.
    
     (PH66566 at 17.0)
    
    
    -TAZ - running Code Coverage on a UNIT TEST produces 0 hit
     lines.
    
     EQAPU00W ASSERT=UNABLE TO GET THE ENTRY POINT BY BZUGETEP.
     message displayed if  tested  program in COBOL V4 and the
     test harness is  COBOL V5+
    
     (PH66741 at 17.0)
    
    
    -EXEC CICS READNEXT FILE('EQADPFMB') ends with EIBRESP=16
     EIBRESP2=37 when EQADPFMB is held in a CICS Managed Data
     Table.
    
     (PH66568 at 16.0)
    
    
    -EQAPU00W ASSERT=EXPECTED RECORD COUNT IS '9'. BUT REAL RECORD
     COUNT IS '00001' IN CBLTDLI GHU 'ACTIVE-MASTER-PCB'.
    
     During TAZ test case execution the above message is displayed.
    
     When an IMS program runs in a DLI batch environment (not BMP)
     and its PSB is built as CMPAT=NO, IMS will not pass an I/O PCB
     to the application which leads to a PCB numbers mismatch in
     TAZ test case execution.
    
     (PH66585 at 17.0)
    
    
    -z/OS Debugger gets multiple CICS ABENDAZI6 trying to access
     EQADPFMB in a remote region.
    
     Using Debugger v16.0.7 or v17.0.1.
     Multiple CICS abends AZI6 followed by message DFHPC0409 and
     CICS shutdown when application transaction tried to access
     EQADPFMB file in a remote region.
    
    
    
     (PH66804 at 17.0)
    
    
    RDS/CC fixes marked against 5724T0700
    
    
    -120 second delay in the start of Code Coverage utilizing
     Remote Debug Service.
    
     CEEOPTS is set to
     TEST(ALL,*,PROMPT,RDS:*),ENVAR("EQA_STARTUP_KEY=CC")
    
     Code Coverage data is collected but it takes a minimum of 120
     seconds to start.
    
     (PH65122 on 17.0)
    
    
    For COBOL V5 and V6 references above:
    FIXCAT KEYWORD: COB0501T/K COB0502T/K
                    COB0601T/K COB0602T/K COB0603T/K COB0604T/K
    
    For z/OS Debugger:
    FIXCAT KEYWORD: DEBUGGER/K
    --- End Service ---
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:                                              *
    * z/OS Debugger 17.0 users who need the                        *
    * features or have the problems described in                   *
    * the Problem Description.                                     *
    ****************************************************************
    * PROBLEM DESCRIPTION:                                         *
    * z/OS Debugger service 17.0.2 for                             *
    *                                                              *
    *  IBM Developer for                                           *
    *  z/OS Enterprise Edition 17.0.2                              *
    *  IBM Developer for z/OS 17.0.2                               *
    *  IBM Debug for z/OS 17.0.2                                   *
    *                                                              *
    *  IBM Test Accelerator for Z 1.0.3.                           *
    *                                                              *
    *                                                              *
    * --- Features ---                                             *
    *                                                              *
    * See '17.0.2' in "What's new in IBM z/OS                      *
    * Debugger" in the z/OS Debugger                               *
    * documentation.                                               *
    *                                                              *
    * --- End Features ---                                         *
    *                                                              *
    *                                                              *
    * --- Service ---                                              *
    *                                                              *
    * These fixes were originally listed                           *
    * under PH65654.                                               *
    *                                                              *
    *                                                              *
    * -Test Accelerator for z/OS (TAZ) replay                      *
    *  EXEC CICS READNEXT of VSAM file                             *
    *  without RBA,XRBA,RRN or KEYLENGTH                           *
    *  results in ABENDS0C4.                                       *
    *                                                              *
    *  Using Test Accelerator for z/OS (TAZ)                       *
    *  v1.0.1, the replay (running the test                        *
    *  case) of an EXEC CICS READNEXT for a                        *
    *  VSAM file that does not specify RBA,                        *
    *  XRBA, RRN or KEYLENGTH, results in                          *
    *  abend S0C4.  The joblog would display                       *
    *  the abend similar to the following:                         *
    *  Module BZUXCLCT, CSECT BZUXCLCT,                            *
    *  offset X'706': Abend S0C4-X'11'                             *
    *  (Page-Translation Exception)                                *
    *                                                              *
    *  (PH65328 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * -TAZ - Data comparison on WRITE fails                        *
    *  for RECFM=V file.                                           *
    *                                                              *
    *  When recording a testcase in a RECFM=V                      *
    *  QSAM dataset, the Dynamic Test Engine                       *
    *  (DTE) stores the record prefix                              *
    *  containing the length field (LLBB) as                       *
    *  well as the portion of the data buffer                      *
    *  visible to the user's program.                              *
    *  However, during playback, only the                          *
    *  program data (starting after the LLBB)                      *
    *  gets compared against the recorded                          *
    *  data, so there is always a mismatch.                        *
    *  The playback ends with RC=4.                                *
    *                                                              *
    *  (PH65191 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * -Debug for z/OS: IMS Isolation. Cannot                       *
    *  DEQUE TRAN EQATXXXX.                                        *
    *                                                              *
    *  We try to delete a transaction message                      *
    *  but it can not be found.  The message                       *
    *  was placed on a SERIAL=NO queue, but                        *
    *  when a command is issued later to                           *
    *  delete the message, the transaction is                      *
    *  found to have the SERIAL=YES                                *
    *  attribute, so the command searches the                      *
    *  serial queue.                                               *
    *                                                              *
    *  (PH65365 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * -IMS isolation fails to properly                             *
    *  register a transaction when queues are                      *
    *  shared.                                                     *
    *                                                              *
    *  (PH65386 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * -IMS control region posts a ABENDS0C4                        *
    *  at startup in DFSMSCE0.  IMS ABENDS0C4                      *
    *  at EQATIEXT+474.                                            *
    *                                                              *
    *  (PH65401 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * -TAZ DTE - more than one record written                      *
    *  to the recording file for COBOL                             *
    *  statement "WRITE ADVANCING PAGE".                           *
    *                                                              *
    *  Sample COBOL statement:                                     *
    *                                                              *
    *  WRITE CTL-REP-REC FROM                                      *
    *  WS40-CTLREP-LINE-01 AFTER ADVANCING                         *
    *  PAGE                                                        *
    *                                                              *
    *  (PH65542 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * -Using Test Accelerator for z/OS (TAZ)                       *
    *  v1.0.2, running (replay) of CBLTDLI in                      *
    *  a COBOL IMS program could result in                         *
    *  ABENDS0C4 or ABENDS806 if the program                       *
    *  was compiled with DYNAM option.                             *
    *                                                              *
    *  (PH65889 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * -TAZ run (replay) of QSAM programs                           *
    *  compiled with COBOL compiler V4.2 or                        *
    *  earlier results in mismatch with                            *
    *  rc=04.                                                      *
    *                                                              *
    *  Using Test Accelerator for z/OS (TAZ)                       *
    *  v1.0.2 and running the unit test                            *
    *  (replay) for QSAM COBOL programs                            *
    *  compiled with v4.2 or earlier, results                      *
    *  in a mismatch between the recorded and                      *
    *  expected data with RC=04.                                   *
    *                                                              *
    *  (PH66057 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * -TAZ Unit Test fails to import data for                      *
    *  a CICS program if Db2 data is recorded                      *
    *  while a PLANEXIT is in effect for the                       *
    *  associated DB2ENTRY.                                        *
    *                                                              *
    *  (PH66380 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * End of these fixes were originally                           *
    * listed under PH65654.                                        *
    *                                                              *
    *                                                              *
    * -IMS isolation error loading DFSRRC00                        *
    *  from incorrect RESLIB.                                      *
    *                                                              *
    *  After PH63730, IMS isolation logic                          *
    *  locates the first copy of DFSRRC00 in                       *
    *  the control region's STEPLIB and                            *
    *  assumes that the containing library is                      *
    *  an IMS RESLIB usable for running a                          *
    *  BMP.  This assumption may be                                *
    *  incorrect.                                                  *
    *                                                              *
    *  (PH65514 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * -Debugger MODULE EQA00EVH OFFSET                             *
    *  X'1A6FE4' ABENDS0C4-X'4' when the job                       *
    *  does not have read access to STEPLIB.                       *
    *                                                              *
    *  The abend occurs in an IMS message                          *
    *  region. The region starts with an ID                        *
    *  that has access to the STEPLIB, but a                       *
    *  transaction program is given a                              *
    *  security environment of the user who                        *
    *  submitted the message. When the                             *
    *  debugger gets involved, it calls the                        *
    *  binder, which attempts to open STEPLIB                      *
    *  again and fails.                                            *
    *                                                              *
    *  The abend happens for a user who has                        *
    *  insufficient access to datasets in the                      *
    *  STEPLIB. The debugger needs to read                         *
    *  datasets in the STEPLIB to retrieve                         *
    *  debug information for a running                             *
    *  program. In this case, the debugger                         *
    *  abends trying to use a missing piece                        *
    *  of data.                                                    *
    *                                                              *
    *  (PH65547 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * -LangX COBOL support for Enterprise                          *
    *  COBOL v6 was introduced in 16.0.4. The                      *
    *  LangX COBOL IVPs need to be updated                         *
    *  for users testing with COBOL v6.                            *
    *                                                              *
    *  EQAWIVCJ - LangX Language Environment                       *
    *  COBOL CICS IVP                                              *
    *  EQAWIVPJ - LangX Language Environment                       *
    *  COBOL IVP                                                   *
    *  EQAWIVPK - Interactive batch LangX                          *
    *  Language Environment COBOL IVP                              *
    *                                                              *
    *  (PH65714 at 17.0)                                           *
    *                                                              *
    *                                                              *
    * -Debug triggering LE abends U04088 and                       *
    *  U04087 from job.                                            *
    *                                                              *
    *  Debugging a business application                            *
    *  containing thousands of programs                            *
    *  compiled with COBOL 6.2+ leads to a                         *
    *  shortage of heap storage leading to                         *
    *  the abend.                                                  *
    *                                                              *
    *  (PH65672 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * -Quitting debug of a                                         *
    *  pseudoconversational single terminal                        *
    *  transaction in the CICSPlex SM                              *
    *  environment may cause a hang of the                         *
    *  CICS region.                                                *
    *                                                              *
    *  (PH66190 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * -During Test Accelerator for z/OS (TAZ)                      *
    *  v1.0.2 recording, ABENDS0C4 at                              *
    *  EQA00LMS+843A occurs on an attempt to                       *
    *  access a load module information                            *
    *  record that has been dropped from                           *
    *  module cache.                                               *
    *                                                              *
    *  (PH66173 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * -Test Accelerator for z/OS (TAZ)                             *
    *  ABENDS0C1 in EQANCFTC while recording.                      *
    *                                                              *
    *  (PH66566 at 17.0)                                           *
    *                                                              *
    *                                                              *
    * -TAZ - running Code Coverage on a UNIT                       *
    *  TEST produces 0 hit lines.                                  *
    *                                                              *
    *  EQAPU00W ASSERT=UNABLE TO GET THE                           *
    *  ENTRY POINT BY BZUGETEP.  message                           *
    *  displayed if  tested  program in COBOL                      *
    *  V4 and the test harness is  COBOL V5+                       *
    *                                                              *
    *  (PH66741 at 17.0)                                           *
    *                                                              *
    *                                                              *
    * -EXEC CICS READNEXT FILE('EQADPFMB')                         *
    *  ends with EIBRESP=16 EIBRESP2=37 when                       *
    *  EQADPFMB is held in a CICS Managed                          *
    *  Data Table.                                                 *
    *                                                              *
    *  (PH66568 at 16.0)                                           *
    *                                                              *
    *                                                              *
    * -EQAPU00W ASSERT=EXPECTED RECORD COUNT                       *
    *  IS '9'. BUT REAL RECORD COUNT IS                            *
    *  '00001' IN CBLTDLI GHU                                      *
    *  'ACTIVE-MASTER-PCB'.                                        *
    *                                                              *
    *  During TAZ test case execution the                          *
    *  above message is displayed.                                 *
    *                                                              *
    *  When an IMS program runs in a DLI                           *
    *  batch environment (not BMP) and its                         *
    *  PSB is built as CMPAT=NO, IMS will not                      *
    *  pass an I/O PCB to the application                          *
    *  which leads to a PCB numbers mismatch                       *
    *  in TAZ test case execution.                                 *
    *                                                              *
    *  (PH66585 at 17.0)                                           *
    *                                                              *
    *                                                              *
    * -z/OS Debugger gets multiple CICS                            *
    *  ABENDAZI6 trying to access EQADPFMB                         *
    *  in a remote region.                                         *
    *                                                              *
    *  Using Debugger v16.0.7 or v17.0.1.                          *
    *  Multiple CICS abends AZI6 followed by                       *
    *  message DFHPC0409 and CICS shutdown                         *
    *  when application transaction tried to                       *
    *  access EQADPFMB file in a remote                            *
    *  region.                                                     *
    *                                                              *
    *  (PH66804 at 17.0)                                           *
    *                                                              *
    *                                                              *
    * RDS/CC fixes marked against 5724T0700                        *
    *                                                              *
    *                                                              *
    * -120 second delay in the start of Code                       *
    *  Coverage utilizing Remote Debug                             *
    *  Service.                                                    *
    *                                                              *
    *  CEEOPTS is set to                                           *
    *  TEST(ALL,*,PROMPT,RDS:*),                                   *
    *  ENVAR("EQA_STARTUP_KEY=CC")                                 *
    *                                                              *
    *  Code Coverage data is collected but it                      *
    *  takes a minimum of 120 seconds to                           *
    *  start.                                                      *
    *                                                              *
    *  (PH65122 on 17.0)                                           *
    *                                                              *
    *                                                              *
    * For COBOL V5 and V6 references above:                        *
    * FIXCAT KEYWORD: COB0501T/K COB0502T/K                        *
    *                 COB0601T/K COB0602T/K                        *
    *                 COB0603T/K COB0604T/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

    PH65178

  • Reported component name

    ZOS DEBUGGER

  • Reported component ID

    5724T0713

  • Reported release

    H00

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2025-02-10

  • Closed date

    2025-06-05

  • Last modified date

    2025-07-02

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

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

    UO03542

Modules/Macros

  • EQASSPRD EQAS2PST BZU2CLCT EQA0SNTC EQA00CEM BZUX0202 EQA04PST
    EQAXDLY  EQAXTDLY BZUF5214 EQAS0GFV EQAS0GFU EQA10EMC BZUF5212
    EQA00CEC EQA00CEE EQA00EHI BZUHCLCT EQAS0DBH EQANCDTR EQAS0DBJ
    BZUX0C02 EQA08PFM EQAS0DBG EQAR6OBD BZUX0C04 EQA00GLV EQARCCDA
    BZUXVLTH EQA00CCV EQASPDBI EQA00XML EQA00CCX EQA05CUS EQA0SMSU
    EQA00IPD EQA00EHB EQAS0HKS EQAS0HKN EQADCDEL EQA0S9LB EQA10DMM
    EQA0CFUN EQA00REG EQAWTBCH EQAD3CSR EQA00XPR EQA0VEXE EQAPTDLY
    EQAS0INT EQAS3PST EQA10AFS EQAS0MVS BZUWCLCT EQA0VAPR EQAXTOP
    EQA00CEX EQAAFSPS EQA08BLK EQA0S0YE EQA0S0YC EQA00SET EQAS0GIV
    EQA00ABE EQAS0EH2 EQA00AEI EQAS5STT EQAS0FIN EQA07STT EQAXFPRM
    EQA17SYE EQAS0DEH EQAS0DEI EQAS0SBM EQA07EXP EQA0SINP BZUF5412
    EQA00PBK BZUF7834 BZUF7832 BZUFC412 BZUX0E0A EQAEV006 EQA0S4CN
    EQA00CIC BZUF2020 EQA00EMG EQA0COHD EQA00AEH EQATS9LB BZUX0E08
    EQA05PST EQAS7BLK EQAWIVPJ EQAS0EHI BZUX0E02 EQAWIVPK BZUX0E06
    EQAS0EHB EQA00GPA EQAS5CUS EQANMEST EQAS0CCV EQA00RES EQA00QCS
    EQA00CHG EQAS0CEM EQA00GSV EQACSEXE EQAS0M99 EQA30STO EQA0CPLT
    EQASS0YC BZUHTABL EQASS0YE EQAS0CEE EQA00TMM EQA0VRUN EQA00V00
    EQA50FC1 EQA0SDBI EQA00PDM EQA0VICP EQARCVND EQA00DMM EQA00QFY
    EQAXBOP  EQA0SCBP EQA0SLSE EQANCFRM EQA00ENV BZUACNFG EQAS0SET
    BZUAFREE EQAS0ABE EQA0S4DS EQA07CUS EQA00DLD BZUADCMP EQADCREP
    EQA10DPA EQA00BKP BZUFCLCT EQA00OEH EQA00OEI EQASVICP EQARCOBD
    BZUXCLCT EQA08CUS EQASSDBI BZUVTABL EQA00ER0 EQA00ER1 EQA0YCUS
    EQAR6L4  EQAS5PST EQA08STT EQAR6PLI EQAS0CHG BZUDTABL EQAS0QCS
    EQAS0RES EQA08EXP EQA00FRE BZURMSGS EQA00NAM EQA10BNK EQASSMSU
    EQASS9LB EQASCCOM EQA00TMX EQAS0GPA EQA00GTO BZU2TABL EQAS0REG
    EQA0SXR1 BZUXPAID EQA10EXE BZUUCLCT EQA0SIPD EQA0XCUS EQAS7CUS
    EQA0CIC2 EQA10MGA EQAS0EMG EQASSCBP EQAPRIDE EQASXPMT EQAFMSES
    EQAS0PBK EQASSINP EQA10MG0 EQA10MG1 EQAPRIDN EQA18SYE EQAS7EXP
    EQA07PST EQA0VLNK EQANCREL BZUDCPPX EQA00CND EQA00BLD EQA10DTL
    EQAS0DLD EQA50XIO EQAS7STT EQA00BLK EQA1S4LB EQA0SDLD EQAS0GSV
    EQASSDU  EQA08PST EQASCEXE EQASXCUS EQA0SRGU BZUWTABL EQA00V70
    EQA00V71 EQA00DTA EQA00V72 EQA0S4LB EQA00V73 EQA00DTC EQA00TSR
    EQA00V74 EQAS0DMM EQA00V75 EQA00LBL EQA00DSF EQA00AMD EQA00V68
    EQA10CUS EQA00MDP EQA00V69 EQA00OHT EQA00OHV EQA0SXU1 EQA00OHB
    BZUXNARG EQANCABE EQA00OHC EQA00OHD BZUFFNCT EQA00OHE EQA00OHH
    EQA00OHI EQA0SQFY EQAS0GTO EQA00OHL EQA00BND EQA00LAM EQAS0NAM
    EQA0SCHG EQACSCOM EQA09CUS EQA00E40 EQA00E41 EQA00C00 EQA00TRA
    EQA0SXUT EQA00ALO EQA00EXE EQA0SCL2 EQA0SCL1 EQA00SRT EQA00KBM
    EQA00QNS EQA02PFM BZUF2404 EQA00LDR EQA0SXRI EQAS7PST EQA00LDU
    EQA00LDW EQAD3XXT EQA00LDX EQA00LDY EQAYSMMN EQA00E76 EQA0SEMC
    EQAD3UT1 EQA00LDD EQA00TTL EQANCTER BZUDCLCT BZUFTABL EQARCL4
    EQA00MEM EQA00V76 EQA0VDBI EQA00ANC EQA00LCM BZUXCOPY EQAS0BLK
    EQA00EVH EQA10SVC BZUVCLCT BZUX020A EQA00DTL BZUX06XX BZUX0204
    EQA0STKH EQAS0CND EQA00ANL EQA50VIO BZUXTABL BZUX0206 EQA00BPP
    EQA00RPB EQASSCHG EQA0VSDL EQA30INT BZUF0208 BZUZCLCT EQA00CVC
    EQA0VSDY EQA00POP EQA03PFM EQASSXR1 BZUXNUMB EQA0SBKP EQAPTPRM
    EQADPCNV EQA10SYE EQACSTCP EQASSXRI EQA10SYC EQA0VRCD EQA00CUS
    EQA00C53 EQAS0OHH EQACSINT EQA00CTX EQAS0DU  EQAPFMTP EQAS0OHC
    EQASYCUS EQA00STO EQA00STR EQA00TVT EQA00STT EQA00STU EQA10PRD
    EQA0S9YE EQA10PRC BZUAMSGS EQA0S9YC EQA0SUT1 EQA02BLK EQAS0BND
    EQA0SUT2 EQA0SNAM EQASSRGU EQA00RUN EQA00NML EQASSDLD EQA10OSM
    EQA0VIOM BZULCLCT EQASSXU1 EQA00QRY EQAS0OHT EQA0SCLU EQAS0OHV
    EQA00C70 EQAS0DSF EQA00C71 EQA03BLK EQA00C72 BZUAWREC EQA00C73
    EQAS0AMD EQA00C74 EQA00C75 EQA00C76 EQANCDBG EQA0AIPD EQA00C68
    EQA00C69 EQA0SCMD EQARCOL  EQAS0LDD EQASSEMC EQAXTPRM EQA0AIP4
    EQA00RSV EQASSTKH EQA0AIP3 EQA0AIP2 EQA0AIP1 EQADCMGR EQAS0DTL
    EQAS0EVH EQA50REQ EQAS0ANC EQAS0LCM EQA00C62 EQA00C63 EQA00SVC
    EQA00CVT EQA00C64 EQASVDBI EQA0SBLD EQA00C65 EQA0AIP6 EQA00C66
    EQA0AIP5 EQA00C67 EQA04CMS EQASS9YC EQA0VCIC EQA0SDTL EQA10OUT
    BZULTABL EQASSNAM EQAS0MGA EQA00PST EQA0SRPC EQA10LOG EQASSXUT
    EQANMDBG EQA0SLDD EQAS0KBM EQAS0QNS EQASSCLU EQA0SRQ1 EQA00RWD
    EQA0SRQ2 EQA0SRQ3 EQASS9YE EQAS2PFM EQA0SRQ4 EQAS0SRT EQAS0STO
    EQA00FA  EQASSQFY EQAS0STR EQADCWB0 EQA0VDLI EQAS0CTX EQA01SV2
    EQA04PFM BZUUTABL EQA00LIS EQA00NMU EQAS2BLK EQA0SEXA EQASSCL2
    EQA0SEXE EQASSCL1 EQACCSD  BZUKCLCT EQASAIP1 EQAS0POP EQA00GCC
    EQA0VRDR EQASAIP6 EQAR6DB2 EQASAIP3 EQASAIP2 EQASVSDL EQA00LMS
    EQASAIP5 EQASAIP4 EQA0STRE EQA00OSX EQA05PFM EQA0SCPU BZUZTABL
    EQAS0CUS EQA0SUTI EQASVRCD EQA12SYE EQA00DU  EQA02CUS EQAS0STT
    EQASVSDY EQASAIPD EQA0CINF EQA00LLF EQAR6DBG EQA00LLH EQASSCMD
    EQA02STT EQA00LLT EQAFSESS EQA0SBPP EQA02EXP EQA00CV  EQA04BLK
    EQA00A64 EQADCCXR EQA0SDTC EQA0SRP1 EQAS3PFM EQA0SRP2 EQA0SRP3
    EQAS0RSV EQA0SLCM EQA0SRP4 EQA00LLC EQASSBKP EQADCCN1 EQADCCN2
    EQADCVSD EQADCVSA EQADCCN0 BZUAGETM EQAS0RUN EQADCCN3 EQADCMU
    EQADCCN4 EQA10LST EQA03STT EQA00HFS EQAS3BLK BZUAPARM EQA00GDV
    EQA03EXP EQA05BLK EQASSUTI EQA30TKI EQAPFPRM EQASSCPU EQASSTRE
    EQA00LNG EQA00GDD EQA00VAR EQAS3UT1 EQA00GDF EQA00LNK EQA00GDG
    EQA30DMM EQA00GDP EQASSUT1 EQASSUT2 BZUCDEFN BZUKTABL EQAS0NMU
    BZUJCLCT EQADCCNH EQAXBPR1 EQA10XIF EQANCHAB EQASSBPP EQATIEXT
    EQAS0PST EQA0SEXN EQA0OIP5 EQA0OIP6 EQA0SEXP EQA0OIP3 EQA0OIP4
    BZUCINFO EQA0OIP1 EQA0PDBI EQA0OIP2 EQA10FIN EQAXTIMS EQASG006
    EQA0SEXU EQA02PST EQASSLCM EQASSRP4 EQASSRP3 EQA0SEXX EQASSRQ1
    EQAS0RWD EQA00GFU EQASSRQ3 EQA00GFV EQASSRQ2 EQAWIVCJ BZUASTMG
    EQASCTCP EQASSLDD EQANCRTO EQASSRPC EQAS2STT EQA10INT BZUAMOUT
    EQA10MVS EQA10INP EQA10MVO BZUACMPR EQAS0A64 EQASSRP2 EQASSRP1
    EQA0SRSM EQAR6CDA EQA0S4YE EQA13SYE EQA0SDU  EQA00NTC EQA03CUS
    EQA0S4YC EQA0S4YA EQA00HKN EQA10M99 EQA00DCL EQA00LST EQAS0OSM
    EQA00HKS EQADCTSQ EQA00GIV EQAS2CUS EQANBSWT EQA00LSE EQA04CUS
    EQADCHU  EQADCAN0 BZUATABL BZUJTABL EQA00DBG EQAS0GDG EQA00DBH
    EQA00DBI EQA00DBJ EQAS0GDD EQA04STT EQAS0LNK EQASCINT EQASSRQ4
    EQAS0LNG EQASSEXE EQA04API EQADXPMT EQA03ASN EQA04EXP EQA1S9LB
    EQA0OIPD EQA00LRC EQARCDB2 EQA0VRPT EQA10CCV EQAS0LMS EQAS5PFM
    EQAS3STT EQA00DEH EQAD3PXT EQA00DEI EQA00FIN EQA0SPRD EQA00EH2
    EQA05STT EQADCUT1 EQADCUT2 EQA05EXP EQADCXXT EQARCDBG EQAS5BLK
    EQA07BLK EQA02LOC EQA00SBM EQAS0GDV EQANCLDE EQAS0GDP EQADPITR
    EQA0VRMT EQAR6VND EQA14SYA BZUAGAID EQA14SYE EQA03PST EQA00INT
    EQA10SEV EQA10SET EQAS3CUS EQASSRSM EQA01SVC EQAAUTH3 EQAAUTH6
    EQAZPCM  EQALDR64 EQALDR31
    

Fix information

  • Fixed component name

    ZOS DEBUGGER

  • Fixed component ID

    5724T0713

Applicable component levels

  • RH00 PSY UO03542

       UP25/06/12 P F506

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":"SSVSZX","label":"IBM Debug for z Systems"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"H00"}]

Document Information

Modified date:
02 July 2025