IBM Support

PH31381: 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.1
     IBM Developer for z/OS 15.0.1
     IBM Debug for z/OS 15.0.1
    
    --- Features ---
    
    -Concurrent Debug and Code Coverage
    
       o With Concurrent Debug and Code Coverage, you can run code
         coverage collection in parallel with the active debug
         session in the Eclipse IDE. The code coverage data is
         collected during the debug run, and code coverage
         annotations are displayed and updated in the debug editor.
         For more information, see 'Generating code coverage in a
         remote debug session' in the IBM Knowledge Center for IBM
         Developer for z/OS.
    
    -Headless code coverage on z/OS
    
       o Headless code coverage on z/OS now supports filtering of
         module, compile units, and files using the -filter and
         -filterlist parameters.
    
       o Headless code coverage on z/OS now supports exporting
         results in the Cobertura format using
         -exportertype=CCOBERTURA parameter.
    
    -z/OS Debug Profile Service
    
       o The API now provides more detailed diagnostic messages
         when authentication fails.
    
       o A new optional HOST attribute is added to the CICS region
         configuration. For more information, see the instructions
         in the /etc/debug/dtcn.ports sample configuration file.
    
       o Support for RACF key ring used as the keystore is added.
         For more information, see the "Enabling secure
         communication" topic in IBM z/OS Debugger Customization
         Guide.
    
    -64-bit support
    
       o Debug Tool compatibility mode now supports the following
         features:
    
         - Code coverage for COBOL and C/C++ programs
    
         - Source entry breakpoints for COBOL and C/C++ programs
    
         - CEETEST for C/C++ programs
    
    -CICS
    
       o A new parameter, DNT, is added to the CICS startup
         parameter INITPARM to support disabling generation of z/OS
         Debugger trace entries.  For more information, see "Adding
         support for debugging under CICS" in the z/OS Debugger
         Customization Guide.
    
    --- End Features ---
    
    
    --- Service ---
    
    -The debugger doesn't stop in the second EC LINK PROGRAM to a
     LE assembler module.
     (PI50210 at 14.1)
    
    -An abend U4087 or ABENDS0C7 may occur if the DBMDT TEST runime
     parmameter is used and the Debug Manager (DBM) isn't running.
    
    -z/OS Debugger IMS Transaction Isolation ABENDS0C4 in
     EQANICRT+X'53C'.  EQANICRT abended trying to locate IMSA in
     the table of IMS systems known to z/OS Debugger (systems
     running with z/OS Debugger's DFSMSCE0). This table did not
     exist, which means that no IMS task set up for the Debugger is
     running.
     (PH18350 at 14.2)
    
    -Remote debug:  If an IGZEOPT CSECT is link-edited with a COBOL
     V5/V6 main, it causes IGZ0014W 'IGZEOPT is ignored' condition
     to be raised.  A Program Check at EQA0SDU+x'0872' is seen.
     (PH21857 at 14.1)
    
    -Customers who use EQAUEDAT to provide a DEBUG file location
     and use an EQAUEDAC compiled with COBOL V5+ will see that the
     EQAUEDAT did not work properly and the debugger did not start.
    
     eqaw.SEQASAMP(EQAUEDAC) is the COBOL version of the assembler
     eqaw.SEQASAMP(EQAUEDAT).
     (PH28745 at 14.2)
    
     To complete this fix, the PTF for PH30064 for z/OS 2.3 or 2.4
     Language Environment is also needed.  The PTFs can be put on
     independently of each other.
    
    -When using Code Coverage, the user can see the original source
     code by clicking the program name on the Code Coverage report.
     If the source code contains hex character x'0D' the user might
     see an invalid line break where that character is located.
     (PH29776 at 14.2)
    
    -IMS control region may issue pairs of messages
    
     "EQA9999I Cannot find IMS region".
    
     The messages are produced by internal tracing, which tries to
     locate an IMS isolation entry on a code branch that does not
     set the IMS id.
     The fix removes tracing calls from the branch where IMS id is
     not set.
     (PH30647 at 14.1)
    
    -Using IBM Debug for z/OS, a leak in subpool 131 may cause a
     shortage of storage in an IMS MPR after multiple debug
     sessions.  A hang may be observed in the IMS MPR.
     (PH30772 at 14.2)
    
    -Terminal Interface Monitor (TIM) ABENDS0C1 or ABENDS0C4 when a
     terminal disconnects.
     (PH31751 at 14.1)
    
    -When trying to remote debug an IMS DLI batch, the job fails
     after being submitted and the debug session never starts.
    
     EQA9999W error messages are presented, pointing to the READ
     function with a communication failure, for example:
    
     EQA9999W - z/OS Debugger TCPIP error
     EQA9999W - FeName=EQACSMTP Loc=220 Func=READ Rc=00000000 Fc=0
     EQA9999W - Err:
     EQA9999W - IP: 10.1.9.88
     EQA9999W - Port:  8001
     EQA9999W - UserId: IBMUSER  TaskNum: N/A
     Communications Failure on Read Req.
    
     Another example:
    
     EQA9999W - z/OS Debugger TCPIP error
     EQA9999W - FeName=EQACSMTP Loc=220 Func=READ   Rc=-1     Fc=54
     EQA9999W - Err: ECONNRESET      Connection reset by peer
     EQA9999W - IP: 10.1.9.88
     EQA9999W - Port:  8001
     EQA9999W - UserId: IBMUSER  TaskNum: N/A
     Communications Failure on Read Req.
    
     The workspace .log file on the client side might show an
     EOFException as well, for example:
    
     com.ibm.debug.pdt.core
     Wed Nov 18 12:04:11 EST 2020
     [Read thread] java.io.EOFException
     at java.io.DataInputStream.readFully(Unknown Source)
     at java.io.DataInputStream.readInt(Unknown Source)
     at
     com.ibm.debug.pdt.internal.epdc.EPDC_Reply.decodeReplyStream
     (Unknown Source)
     at
     com.ibm.debug.pdt.internal.epdc.EPDC_Reply.decodeReplyStream
     (Unknown Source)
     at
     com.ibm.debug.pdt.internal.core.model.EPDCReadThread.run
     (Unknown Source)
    
     This is caused by an error in setting the user ID for IMS DLI
     batch jobs.
     (PH32223 at 14.2)
    
    -When running SEQASAMP(EQAWTIMS),  the following messages are
     displayed.
    
     IEW2400I 5D10 A REQUEST TO DELETE CSECT OR SYMBOL DFSCSIF0 WAS
     RECEIVED, AND THE CSECT OR SYMBOL WAS NOT FOUND
    
     IEW2400I 5D10 A REQUEST TO DELETE CSECT OR SYMBOL DFSCSII0 WAS
     RECEIVED, AND THE CSECT OR SYMBOL WAS NOT FOUND.
    
     These informational messages don't affect a normal run of the
     job.
     The first message is from  the first step of the job that link
     edits the EQATIEDT user exit (transaction message edit).
     The second message is from the second step of the job that
     link edits the EQATIEXT(alias DFSMSCE0) user exit (transaction
     routing).
     They both are in response to the REPLACE  DFSCSII0,DFSCSIF0
     link edit statement In both steps.
    
     EQATIEDT has entry point DFSCSII0, doesn't have entry point
     DFSCSIF0.
    
     EQATIEXT has entry point DFSCSIF0, doesn't have entry point
     DFSCSII0.
    
     To eliminate these messages, the fix removes unnecessary names
     on the REPLACE statements.
    
    -A debug session for a DB2 stored procedure displays
    
     "SOURCE: UNKNOWN?"
    
     when the stored procedure is a Cobol V5+ main program invoked
     by a secondary entry point. This also happens outside of DB2
     when CEEPIPI Call_main of a Cobol V5+ program uses a secondary
     EP.
     (PH33168 at 14.1)
    
    -Remote debug: EQA2302E message in Japanese is garbled.
     (PH33160 at 14.1)
    
    -Sometimes no source displayed for COBOL V6.2 or newer compiled
     with TEST(SEPARATE) and with 3 or more compile units.
     (PH33428 at 14.2)
    
    -Loop in EQA00DTA in CICS region after QUIT command issued
     during debugging of a mix of COBOL and non-LE assembler.
     Problem occurs after QUIT ABEND or QQUIT command on CICS when
     stopped in a COBOL program and there are non-LE asm LINK
     levels active. Normally the transaction should end with a 4038
     abend.  In this case, could be a loop or other kinds of
     abends.
     (PH33738 at 14.1)
    
    -CICS assembler debug session abends with ASRB.
     (PH34369 at 15.0)
    
    -Abend in a remote debugging session for an assembler program
     with DEFAULT VIEW NOMACGEN. The following message in the job
     output may precede the abend:
    
     EQA9981I - EQA00STO Internal Error nnnnnnnn
     (PH34451 at 15.0)
    
    -Headless code coverage on z/OS is updated to include the
     latest security patches for Jetty vulnerability:
     CVE-2020-27218 Jetty HttpInput not correctly recycled.
    
     For additional information see:
     https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-27218
    
    -Headless code coverage on z/OS no longer allows unsupported
     parameter -modulelist to be specified.
    
    -Headless code coverage on z/OS no longer ignores the
     -savesource=false option, and will not include source when
     specified.
     (PH32769 at 15.0)
    
    -Headless code coverage on z/OS will now correctly handle cases
     where modules are loaded and unloaded multiple times, and
     produce the correct results.
     (PH32937 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.1                                   *
    *  IBM Developer for z/OS 15.0.1                               *
    *  IBM Debug for z/OS 15.0.1                                   *
    *                                                              *
    * --- Features ---                                             *
    *                                                              *
    * -Concurrent Debug and Code Coverage                          *
    *                                                              *
    *    o With Concurrent Debug and Code                          *
    *      Coverage, you can run code                              *
    *      coverage collection in parallel                         *
    *      with the active debug session in                        *
    *      the Eclipse IDE. The code                               *
    *      coverage data is collected during                       *
    *      the debug run, and code coverage                        *
    *      annotations are displayed and                           *
    *      updated in the debug editor.  For                       *
    *      more information, see 'Generating                       *
    *      code coverage in a remote debug                         *
    *      session' in the IBM Knowledge                           *
    *      Center for IBM Developer for                            *
    *      z/OS.                                                   *
    *                                                              *
    * -Headless code coverage on z/OS                              *
    *                                                              *
    *    o Headless code coverage on z/OS                          *
    *      now supports filtering of module,                       *
    *      compile units, and files using                          *
    *      the -filter and -filterlist                             *
    *      parameters.                                             *
    *                                                              *
    *    o Headless code coverage on z/OS                          *
    *      now supports exporting results in                       *
    *      the Cobertura format using                              *
    *      -exportertype=CCOBERTURA                                *
    *      parameter.                                              *
    *                                                              *
    * -z/OS Debug Profile Service                                  *
    *                                                              *
    *    o The API now provides more                               *
    *      detailed diagnostic messages when                       *
    *      authentication fails.                                   *
    *                                                              *
    *    o A new optional HOST attribute is                        *
    *      added to the CICS region                                *
    *      configuration. For more                                 *
    *      information, see the instructions                       *
    *      in the /etc/debug/dtcn.ports                            *
    *      sample configuration file.                              *
    *                                                              *
    *    o Support for RACF key ring used as                       *
    *      the keystore is added.  For more                        *
    *      information, see the "Enabling                          *
    *      secure communication" topic in                          *
    *      IBM z/OS Debugger Customization                         *
    *      Guide.                                                  *
    *                                                              *
    * -64-bit support                                              *
    *                                                              *
    *    o Debug Tool compatibility mode now                       *
    *      supports the following features:                        *
    *                                                              *
    *      - Code coverage for COBOL and                           *
    *        C/C++ programs                                        *
    *                                                              *
    *      - Source entry breakpoints for                          *
    *        COBOL and C/C++ programs                              *
    *                                                              *
    *      - CEETEST for C/C++ programs                            *
    *                                                              *
    * -CICS                                                        *
    *                                                              *
    *    o A new parameter, DNT, is added to                       *
    *      the CICS startup parameter                              *
    *      INITPARM to support disabling                           *
    *      generation of z/OS Debugger trace                       *
    *      entries.  For more information,                         *
    *      see "Adding support for debugging                       *
    *      under CICS" in the z/OS Debugger                        *
    *      Customization Guide.                                    *
    *                                                              *
    * --- End Features ---                                         *
    *                                                              *
    *                                                              *
    * --- Service ---                                              *
    *                                                              *
    * -The debugger doesn't stop in the                            *
    *  second EC LINK PROGRAM to a LE                              *
    *  assembler module.                                           *
    *  (PI50210 at 14.1)                                           *
    *                                                              *
    * -An abend U4087 or ABENDS0C7 may occur                       *
    *  if the DBMDT TEST runime parmameter                         *
    *  is used and the Debug Manager (DBM)                         *
    *  isn't running.                                              *
    *                                                              *
    * -z/OS Debugger IMS Transaction                               *
    *  Isolation ABENDS0C4 in                                      *
    *  EQANICRT+X'53C'.  EQANICRT abended                          *
    *  trying to locate IMSA in the table of                       *
    *  IMS systems known to z/OS Debugger                          *
    *  (systems running with z/OS Debugger's                       *
    *  DFSMSCE0). This table did not exist,                        *
    *  which means that no IMS task set up                         *
    *  for the Debugger is running.                                *
    *  (PH18350 at 14.2)                                           *
    *                                                              *
    * -Remote debug:  If an IGZEOPT CSECT is                       *
    *  link-edited with a COBOL V5/V6 main,                        *
    *  it causes IGZ0014W 'IGZEOPT is                              *
    *  ignored' condition to be raised.  A                         *
    *  Program Check at EQA0SDU+x'0872' is                         *
    *  seen.                                                       *
    *  (PH21857 at 14.1)                                           *
    *                                                              *
    * -Customers who use EQAUEDAT to provide                       *
    *  a DEBUG file location and use an                            *
    *  EQAUEDAC compiled with COBOL V5+ will                       *
    *  see that the EQAUEDAT did not work                          *
    *  properly and the debugger did not                           *
    *  start.                                                      *
    *  eqaw.SEQASAMP(EQAUEDAC) is the COBOL                        *
    *  version of the assembler                                    *
    *  eqaw.SEQASAMP(EQAUEDAT).                                    *
    *  (PH28745 at 14.2)                                           *
    *                                                              *
    *  To complete this fix, the PTF for                           *
    *  PH30064 for z/OS 2.3 or 2.4 Language                        *
    *  Environment is also needed.  The PTFs                       *
    *  can be put on independently of each                         *
    *  other.                                                      *
    *                                                              *
    * -When using Code Coverage, the user                          *
    *  can see the original source code by                         *
    *  clicking the program name on the Code                       *
    *  Coverage report.  If the source code                        *
    *  contains hex character x'0D' the user                       *
    *  might see an invalid line break where                       *
    *  that character is located.                                  *
    *  (PH29776 at 14.2)                                           *
    *                                                              *
    * -IMS control region may issue pairs of                       *
    *  messages                                                    *
    *                                                              *
    *  "EQA9999I Cannot find IMS region".                          *
    *                                                              *
    *  The messages are produced by internal                       *
    *  tracing, which tries to locate an IMS                       *
    *  isolation entry on a code branch that                       *
    *  does not set the IMS id.                                    *
    *  The fix removes tracing calls from                          *
    *  the branch where IMS id is not set.                         *
    *  (PH30647 at 14.1)                                           *
    *                                                              *
    * -Using IBM Debug for z/OS, a leak in                         *
    *  subpool 131 may cause a shortage of                         *
    *  storage in an IMS MPR after multiple                        *
    *  debug sessions.  A hang may be                              *
    *  observed in the IMS MPR.                                    *
    *  (PH30772 at 14.2)                                           *
    *                                                              *
    * -Terminal Interface Monitor (TIM)                            *
    *  ABENDS0C1 or ABENDS0C4 when a                               *
    *  terminal disconnects.                                       *
    *  (PH31751 at 14.1)                                           *
    *                                                              *
    * -When trying to remote debug an IMS                          *
    *  DLI batch, the job fails after being                        *
    *  submitted and the debug session never                       *
    *  starts.                                                     *
    *                                                              *
    *  EQA9999W error messages are                                 *
    *  presented, pointing to the READ                             *
    *  function with a communication                               *
    *  failure, for example:                                       *
    *                                                              *
    *  EQA9999W - z/OS Debugger TCPIP error                        *
    *  EQA9999W - FeName=EQACSMTP Loc=220                          *
    *  Func=READ Rc=00000000 Fc=0                                  *
    *  EQA9999W - Err:                                             *
    *  EQA9999W - IP: 10.1.9.88                                    *
    *  EQA9999W - Port:  8001                                      *
    *  EQA9999W - UserId: IBMUSER  TaskNum:                        *
    *  N/A                                                         *
    *  Communications Failure on Read Req.                         *
    *                                                              *
    *  Another example:                                            *
    *                                                              *
    *  EQA9999W - z/OS Debugger TCPIP error                        *
    *  EQA9999W - FeName=EQACSMTP Loc=220                          *
    *  Func=READ   Rc=-1     Fc=54                                 *
    *  EQA9999W - Err: ECONNRESET                                  *
    *  Connection reset by peer                                    *
    *  EQA9999W - IP: 10.1.9.88                                    *
    *  EQA9999W - Port:  8001                                      *
    *  EQA9999W - UserId: IBMUSER  TaskNum:                        *
    *  N/A                                                         *
    *  Communications Failure on Read Req.                         *
    *                                                              *
    *  The workspace .log file on the client                       *
    *  side might show an EOFException as                          *
    *  well, for example:                                          *
    *                                                              *
    *  com.ibm.debug.pdt.core                                      *
    *  Wed Nov 18 12:04:11 EST 2020                                *
    *  [Read thread] java.io.EOFException                          *
    *  at java.io.DataInputStream.readFully                        *
    *  (Unknown Source)                                            *
    *  at java.io.DataInputStream.readInt                          *
    *  (Unknown Source)                                            *
    *  at                                                          *
    *  com.ibm.debug.pdt.internal.epdc.                            *
    *  EPDC_Reply.decodeReplyStream                                *
    *  (Unknown Source)                                            *
    *  at                                                          *
    *  com.ibm.debug.pdt.internal.epdc.                            *
    *  EPDC_Reply.decodeReplyStream                                *
    *  (Unknown Source)                                            *
    *  at                                                          *
    *  com.ibm.debug.pdt.internal.core.                            *
    *  model.EPDCReadThread.run                                    *
    *  (Unknown Source)                                            *
    *                                                              *
    *  This is caused by an error in setting                       *
    *  the user ID for IMS DLI batch jobs.                         *
    *  (PH32223 at 14.2)                                           *
    *                                                              *
    * -When running SEQASAMP(EQAWTIMS),  the                       *
    *  following messages are displayed.                           *
    *                                                              *
    *  IEW2400I 5D10 A REQUEST TO DELETE                           *
    *  CSECT OR SYMBOL DFSCSIF0 WAS                                *
    *  RECEIVED, AND THE CSECT OR SYMBOL WAS                       *
    *  NOT FOUND                                                   *
    *                                                              *
    *  IEW2400I 5D10 A REQUEST TO DELETE                           *
    *  CSECT OR SYMBOL DFSCSII0 WAS                                *
    *  RECEIVED, AND THE CSECT OR SYMBOL WAS                       *
    *  NOT FOUND.                                                  *
    *                                                              *
    *  These informational messages don't                          *
    *  affect a normal run of the job.                             *
    *  The first message is from  the first                        *
    *  step of the job that link edits the                         *
    *  EQATIEDT user exit (transaction                             *
    *  message edit).                                              *
    *  The second message is from the second                       *
    *  step of the job that link edits the                         *
    *  EQATIEXT(alias DFSMSCE0) user exit                          *
    *  (transaction routing).                                      *
    *                                                              *
    *  They both are in response to the                            *
    *  REPLACE  DFSCSII0,DFSCSIF0 link edit                        *
    *  statement In both steps.                                    *
    *                                                              *
    *  EQATIEDT has entry point DFSCSII0,                          *
    *  doesn't have entry point DFSCSIF0.                          *
    *                                                              *
    *  EQATIEXT has entry point DFSCSIF0,                          *
    *  doesn't have entry point DFSCSII0.                          *
    *                                                              *
    *  To eliminate these messages, the fix                        *
    *  removes unnecessary names on the                            *
    *  REPLACE statements.                                         *
    *                                                              *
    * -A debug session for a DB2 stored                            *
    *  procedure displays                                          *
    *                                                              *
    *  "SOURCE: UNKNOWN?"                                          *
    *                                                              *
    *  when the stored procedure is a Cobol                        *
    *  V5+ main program invoked by a                               *
    *  secondary entry point. This also                            *
    *  happens outside of DB2 when CEEPIPI                         *
    *  Call_main of a Cobol V5+ program uses                       *
    *  a secondary EP.                                             *
    *  (PH33168 at 14.1)                                           *
    *                                                              *
    * -Remote debug: EQA2302E message in                           *
    *  Japanese is garbled.                                        *
    *  (PH33160 at 14.1)                                           *
    *                                                              *
    * -Sometimes no source displayed for                           *
    *  COBOL V6.2 or newer compiled with                           *
    *  TEST(SEPARATE) and with 3 or more                           *
    *  compile units.                                              *
    *  (PH33428 at 14.2)                                           *
    *                                                              *
    * -Loop in EQA00DTA in CICS region after                       *
    *  QUIT command issued during debugging                        *
    *  of a mix of COBOL and non-LE                                *
    *  assembler.  Problem occurs after QUIT                       *
    *  ABEND or QQUIT command on CICS when                         *
    *  stopped in a COBOL program and there                        *
    *  are non-LE asm LINK levels active.                          *
    *  Normally the transaction should end                         *
    *  with a 4038 abend.  In this case,                           *
    *  could be a loop or other kinds of                           *
    *  abends.                                                     *
    *  (PH33738 at 14.1)                                           *
    *                                                              *
    * -CICS assembler debug session abends                         *
    *  with ASRB.                                                  *
    *  (PH34369 at 15.0)                                           *
    *                                                              *
    * -Abend in a remote debugging session                         *
    *  for an assembler program with DEFAULT                       *
    *  VIEW NOMACGEN. The following message                        *
    *  in the job output may precede the                           *
    *  abend:                                                      *
    *                                                              *
    *  EQA9981I - EQA00STO Internal Error                          *
    *  nnnnnnnn                                                    *
    *                                                              *
    *  (PH34451 at 15.0)                                           *
    *                                                              *
    * -Headless code coverage on z/OS is                           *
    *  updated to include the latest                               *
    *  security patches for Jetty                                  *
    *  vulnerability:                                              *
    *  CVE-2020-27218 Jetty HttpInput not                          *
    *  correctly recycled.                                         *
    *                                                              *
    *  For additional information see:                             *
    *  https://cve.mitre.org/cgi-bin/                              *
    *  cvename.cgi?name=2020-27218                                 *
    *                                                              *
    * -Headless code coverage on z/OS no                           *
    *  longer allows unsupported parameter                         *
    *  -modulelist to be specified.                                *
    *                                                              *
    * -Headless code coverage on z/OS no                           *
    *  longer ignores the -savesource=false                        *
    *  option, and will not include source                         *
    *  when specified.                                             *
    *  (PH32769 at 15.0)                                           *
    *                                                              *
    * -Headless code coverage on z/OS will                         *
    *  now correctly handle cases where                            *
    *  modules are loaded and unloaded                             *
    *  multiple times, and produce the                             *
    *  correct results.                                            *
    *  (PH32937 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

APAR Information

  • APAR number

    PH31381

  • 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

    2020-11-06

  • Closed date

    2021-03-03

  • Last modified date

    2021-04-01

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

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

    UI74257

Modules/Macros

  • EQASSPRD EQA10SID EQA17CUR EQA0SNTC EQA00CEM EQA04PST EQA10XSC
    EQAS0GFV EQA18QNS EQAS0GFU EQA10EMC EQA10PBK EQA00CEC EQA00CEE
    EQANCDTX EQA00EHI EQAS0DBH EQAS0DBJ EQA08PFM EQAS0DBG EQAR6OBD
    EQA10HRS EQA00GLV EQARCCDA EQA00CCV EQASPDBI EQA00XML EQA00CCX
    EQA10RET EQA05CUS EQA10FND EQA0SMSU EQA00IPD EQA00EHB EQACCINT
    EQANCEST EQAS0HKS EQAS0HKN EQA12CES EQADCDEL EQA0S9LB EQA10DMM
    EQA10QFY EQA12CEI EQA0CFUN EQA00REG EQA12LX1 EQA12CED EQAD3CSR
    EQA00XPR EQA10PDM EQAS0INT EQAS3PST EQA10AFS EQA18DSP EQAS0MVS
    EQA50PRE EQA13DCL EQAMVS31 EQA00CEX EQAAFSPS EQASTP01 EQA08BLK
    EQA12SCN EQACMINT EQA0S0YE EQA0S0YC EQA00SET EQAYBGID EQAS0GIV
    EQA00ABE EQAS0EH2 EQA00AEI EQACIC32 EQAS5STT EQA17SYC EQAS0FIN
    EQA07STT EQA17SYE EQA10TOG EQAS0DEH EQA10BKS EQA10BKT EQA14CAL
    EQAS0DEI EQA10BKP EQAS0SBM EQA10BKL EQA07EXP EQA0SINP EQA00PBK
    EQA10BKE EQA0CTRU EQAEV006 EQA0S4CN EQA00CIC EQA10BKC EQA10CMD
    EQA13SCN EQA10BKD EQA00EMG EQA0COHD EQA00AEH EQATS9LB EQACIC41
    EQA05PST EQAS7BLK EQAS0EHI EQAS0EHB EQA10GTO EQAZPCM  EQA00GPA
    EQANCFTC EQAS5CUS EQANMEST EQA10NAM EQAS0CCV EQA00RES EQA00QCS
    EQA00CHG EQA12CEX EQA12LXB EQAS0CEM EQA00GSV EQACSEXE EQAS0M99
    EQA30STO EQA0CPLT EQASS0YC EQASS0YE EQAS0CEE EQA00TMM EQA50FC1
    EQA0SDBI EQA50FC2 EQA00PDM 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
    EQAYLIST 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 EQAYPSDT EQASCCOM
    EQA00TMX EQA10LAM EQAS0GPA EQATIEDT EQA00GTO EQAS0REG EQA0SXR1
    EQA10EXE EQA0SIPD EQA0XCUS EQA10MGF EQA14SCN EQAS7CUS EQA0CIC2
    EQA10MGA EQAS0EMG EQASSCBP EQASXPMT EQASSINP EQA10MG0 EQA10QNS
    EQA10MG1 EQA18SYE EQA18SYC EQAS7EXP EQA07PST EQA10LDD EQANCRET
    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 EQA00DSF EQA10CUS EQA17DCL EQA00OHT EQA00OHV EQA00OHX
    EQA0SXU1 EQA00E53 EQA10STU EQAYASSC EQA00OHB EQANCABE EQA00OHC
    EQA00OHD EQA10STM EQA00OHE EQA00OHH EQA00OHI EQA0SQFY EQAS0GTO
    EQA00OHL EQA10EXX EQA00BND EQA00LAM EQADTUT2 EQAS0NAM EQA0SCHG
    EQACSCOM EQA09CUS EQA10EXM EQA10EXN EQA00E40 EQA00E41 EQA00TRA
    EQA0SXUT EQA00ALO EQA10LIN EQA10HAD EQA00EXE EQA0SCL2 EQA0SCL1
    EQAXPL31 EQA00SRT EQA00KBM EQA00QNS EQA02PFM EQA12DSP EQA00LDR
    EQA10ASN EQANICRT EQA0SXRI EQAS7PST EQA00LDU EQA00E70 EQA00E71
    EQA00LDW EQA10QRY EQAD3XXT EQA00E72 EQA00LDX EQA10QRZ EQA00E73
    EQA00LDY EQAYBCNM EQAYSMMN EQAWICRT EQA00E66 EQALDR64 EQA00E67
    EQA00E68 EQA0SEMC EQA00E69 EQADBFIL EQAD3UT1 EQA00LDD EQA00TTL
    EQANCTER EQARCL4  EQA00MEM EQA00ANC EQA00LCM EQAS0BLK EQA00EVH
    EQA10SVC EQA00DTL EQA0STKH EQAS0CND EQA00ANL EQA50VIO EQAYFGID
    EQA00E62 EQAYPFIL EQA00BPP EQA00E63 EQANCDEL EQA00E64 EQA00E65
    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 EQA01TSR EQA00STT EQA00STU EQA10PRD EQA0S9YE
    EQA10PRC EQA0S9YC EQA0SUT1 EQA02BLK EQAS0BND EQA0SUT2 EQA10LIT
    EQA13QNS EQA0SNAM EQASSRGU EQA00RUN EQA10MON EQA00NML EQASSDLD
    EQA10OSM EQASSXU1 EQACCRMG EQA00QRY EQAS0OHT EQA0SCLU EQA12CUR
    EQAS0OHV EQANCXHA 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 EQANCLOD EQASSNAM EQAS0MGA
    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 EQA04PFM EQA10VAR EQA00LIS EQA00NMU EQANCGET
    EQA0SEXA EQASSCL2 EQA0SEXE EQASSCL1 EQA18SCN EQASAIP1 EQAS0POP
    EQA00GCC EQADCHAB EQASAIP6 EQAR6DB2 EQASAIP3 EQASAIP2 EQA00LMS
    EQASAIP5 EQASAIP4 EQA0STRE EQA00OSX EQA05PFM EQA0SCPU EQANIAFE
    EQAS0CUS EQA0SUTI EQA12SYE EQA00DU  EQA12SYC EQA02CUS EQAS0STT
    EQASAIPD EQA0CINF EQA00LLF EQAR6DBG EQA00LLH EQA14MDV EQA18CED
    EQASSCMD EQA18LX1 EQA14DSP EQA18CEI EQANCXEI 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 EQAS3BLK EQA00GDV
    EQA03EXP EQA10LSE EQA05BLK EQASSUTI EQA30TKI EQASSCPU EQASSTRE
    EQA00LNG EQA00GDD EQA00VAR EQANCZGS EQAS3UT1 EQA00GDF EQA00LNK
    EQA00GDG EQAPAX01 EQA30DMM EQAPAX03 EQA00GDP EQAPAX02 EQASSUT1
    EQASSUT2 EQA13SWC EQAS0NMU EQADCCNH EQA10DAT EQA10XIF EQANCHAB
    EQASSBPP EQA10DES EQATIEXT EQAS0PST EQA0SEXN EQACIC51 EQA0OIP5
    EQA0OIP6 EQA0SEXP EQA0OIP3 EQA0OIP4 EQA50DSP EQA0OIP1 EQA0PDBI
    EQA0OIP2 EQA10FIN EQASG006 EQA0SEXU EQA02PST EQASSLCM EQASSRP4
    EQASSRP3 EQA0SEXX EQANISET EQASSRQ1 EQAS0RWD EQA00GFU EQASSRQ3
    EQA00GFV EQASSRQ2 EQASCTCP EQASSLDD EQANCRTO EQASSRPC EQA10DDT
    EQATIEX2 EQA10HLS EQA10INT EQAL6Z3  EQAL6Z6  EQA10MVS EQA14CUR
    EQA10INP EQA10MVO EQANCXAB EQAS0A64 EQASSRP2 EQASSRP1 EQA0SRSM
    EQAR6CDA EQA0S4YE EQA13SYE EQA0SDU  EQA00NTC EQA03CUS EQA0S4YC
    EQA13SYC EQACMRMG EQA10TGA EQA00HKN EQA10M99 EQA17DSP EQA00DCL
    EQA00LST EQAS0OSM EQA00HKS EQADCTSQ EQA00GIV EQANBSWT EQA00LSE
    EQA04CUS EQALMRMG EQACMDRV EQANPCNH 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 EQAS3STT EQA00DEH EQAD3PXT EQA00DEI
    EQA00FIN EQA12DCL EQAMVS64 EQANPCN1 EQA0SPRD EQA00EH2 EQANPCN0
    EQA05STT EQAIIRMG EQA14PRF EQAYVTAM EQA05EXP EQADCXXT EQANCCSE
    EQARCDBG EQANPCN2 EQAS5BLK EQA07BLK EQA02LOC EQA00SBM EQAS0GDV
    EQANXPOP EQAWTIMS EQANCLDE EQAS0GDP EQADPITR EQAR6VND EQA14SYC
    EQA14SYE EQAIIDRV EQA03PST EQA00INT EQA10FLO EQA10SEV EQA10SET
    EQAS3CUS EQANCEXE EQALMA   EQANMPOP EQASSRSM EQA50CTL EQAWSMPE
    

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