A fix is available
APAR status
Closed as program error.
Error description
z/OS Debugger service for IBM Developer for z/OS Enterprise Edition 16.0.4 IBM Developer for z/OS 16.0.4 IBM Debug for z/OS 16.0.4 --- Features --- See '16.0.4' in "What's new in IBM z/OS Debugger" in the z/OS Debugger documentation. --- End Features --- --- Service --- -A user invokes BTS in TSO foreground after preparing a correct STEPLIB DD file list, but receives an EQA4020E message saying that a module was not found in STEPLIB. (PH56256 at 15.0) -DISASSEMBLY view is not displayed for transactions in CICS separate terminal mode when originating terminal is not 3270. (PH57242 at 15.0) -For users of z/OS Debugger, the Debugger may experience an ABENDS0C4 IN EQA0SCHG+'1A32'x with the following messages: +EQA9999E - Severe Internal Error in z/OS Debugger Module +EQA9999E - Please contact your IBM Representative +EQA9999E - Failure address - 3C83CA62 +EQA9999E - Program Check at EQA0SCHG+00001A32 +EQA9999E - Interrupt Code - 00000004 +EQA9999E - Failing Instruction - E3502004 00245070 2000A7F4 (PH57880 at 15.0) -EQA1998S - VTAM 3270 RPL error, RC=00000020 with DBCS names of monitor variables. (PH58004 at 16.0) -The IMS Isolation Facility on the Eclipse client is almost unusable due to poor performance. It freezes quite a long time between each action (transaction selection, scroll up/down) and leads to msgs EQAPS4300E and CRRDG8212W. The filter provided to enhance the performance of the eclipse plugin and behave as 3270 UI, uses a set of APIs that derails this effort by asking to retrieve all transactions (what it should eliminate) (PH58717 at 16.0) -ABENDS0C4 at EQA00OHV+'1306'x when debugging DB2 stored procedure. (PH58127 at 15.0) -IBM z/OS Debugger Debug Profile Service API incorrect initialization of IBMJECECCA security provider when the Debug Profile Service API is running Java 11. If EQAPROF is running with SECURE=N set in eqaprof.env, the server ends with a RC=2048 and the following message is written to the console log: com.ibm.ws.kernel.boot.LaunchException: Caught unexpected exception java.lang.IllegalStateException: Error initializing storage for at com.ibm.ws.kernel.boot.internal.KernelBootstrap. rethrowException(KernelBootstrap.java:734) Caused by: com.ibm.crypto.hdwrCCA.provider.JCECCARuntimeException: Hardware error from call CSNBRNGL returnCode 8 reasonCode 16000 EQAPROF incorrectly attempts to initialize the security provider IBMJECCA even with SECURE=N set. (PH58312 at 16.0) -During preparation of JCL for an IMS isolation private region, the debugger replaces brackets around the PARM string with quotation marks and duplicates any quotation marks found inside the string. This adds quotes to the APARM passed to the application program. (PH59340 at 15.0) -GO BYPASS/AT CALL * doesn't work with COBOL V5+. Debugger input command stream (INSPIN) - AT CALL * PERFORM LIST 'CALL SUBP' ; GO BYPASS ; END-PERFORM ; This works with COBOL v4.2 programs. COBOL v5 or v6 programs require "SET DYNDEBUG ON" for the "AT CALL *" to work, but "GO BYPASS" still does not take effect, i.e. the sub-program is not bypassed. (PH59598 at 15.0) -Using IBM Debug for z/OS v15 or v16, after increasing the number of classes using the ISPF panel EQAPMPDF from z/OS Debugger Utilities option 4.6, error ISPV008 such as the following is displayed: Length of "RGNNAMES" is 33000 - valid lengths are 0 to 32767. (PH59499 at 15.0) -IMS abend SA78-28 on shutdown if debugger SVC was upgraded while IMS was active. The abend SA78-28 occurred because the new debugger's SVC was loaded before shutting down an IMS instance that had started with an old SVC. It will not happen if IMS is started and stopped with the same version of the SVC. (PH59667 at 16.0) -IMS doesn't start with zos Debugger 16.0.3 after PTF UI93992 due to the incorrect handling of storage key in IXCMSGIX. The macro returned an error, which caused the synchronization token to wait forever. (PH59843 at 16.0) -EQADCDEL correctly deletes orphaned DTCN profiles, but SYSOUT shows the wrong profile as being deleted. (PH59865 at 15.0) -z/OS Debugger problem debugging in OS PL/I IMS ISOLATION region. Debugger is starting up in PLISTART but not at the PL/I program. (PH60034 at 15.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 16.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 16.0.4 * * IBM Developer for z/OS 16.0.4 * * IBM Debug for z/OS 16.0.4 * * * * * * --- Features --- * * * * See '16.0.4' in "What's new in IBM * * z/OS Debugger" in the z/OS Debugger * * documentation. * * * * --- End Features --- * * * * * * --- Service --- * * * * -A user invokes BTS in TSO foreground * * after preparing a correct STEPLIB DD * * file list, but receives an EQA4020E * * message saying that a module was not * * found in STEPLIB. * * * * (PH56256 at 15.0) * * * * * * -DISASSEMBLY view is not displayed for * * transactions in CICS separate * * terminal mode when originating * * terminal is not 3270. * * * * (PH57242 at 15.0) * * * * * * -For users of z/OS Debugger, the * * Debugger may experience an ABENDS0C4 * * IN EQA0SCHG+'1A32'x with the * * following messages: * * * * +EQA9999E - Severe Internal Error * * in z/OS Debugger Module * * +EQA9999E - Please contact your * * IBM Representative * * +EQA9999E - Failure address - * * 3C83CA62 * * +EQA9999E - Program Check at * * EQA0SCHG+00001A32 * * +EQA9999E - Interrupt Code - 00000004 * * +EQA9999E - Failing Instruction * * - E3502004 00245070 2000A7F4 * * * * (PH57880 at 15.0) * * * * * * -EQA1998S - VTAM 3270 RPL error, * * RC=00000020 with DBCS names of * * monitor variables. * * * * (PH58004 at 16.0) * * * * * * -The IMS Isolation Facility on the * * Eclipse client is almost unusable due * * to poor performance. It freezes * * quite a long time between each action * * (transaction selection, scroll * * up/down) and leads to msgs EQAPS4300E * * and CRRDG8212W. * * * * The filter provided to enhance the * * performance of the eclipse plugin and * * behave as 3270 UI, uses a set of APIs * * that derails this effort by asking to * * retrieve all transactions (what it * * should eliminate) * * * * (PH58717 at 16.0) * * * * * * -ABENDS0C4 at EQA00OHV+'1306'x when * * debugging DB2 stored procedure. * * * * (PH58127 at 15.0) * * * * * * -IBM z/OS Debugger Debug Profile * * Service API incorrect initialization * * of IBMJECECCA security provider when * * the Debug Profile Service API is * * running Java 11. * * * * If EQAPROF is running with SECURE=N * * set in eqaprof.env, the server ends * * with a RC=2048 and the following * * message is written to the console * * log: * * * * com.ibm.ws.kernel.boot. * * LaunchException: * * Caught unexpected exception * * java.lang.IllegalStateException: * * Error initializing storage for * * * * at com.ibm.ws.kernel.boot.internal. * * KernelBootstrap.rethrowException * * (KernelBootstrap.java:734) * * * * Caused by: * * com.ibm.crypto.hdwrCCA.provider. * * JCECCARuntimeException: * * Hardware error from call CSNBRNGL * * returnCode 8 reasonCode 16000 * * * * EQAPROF incorrectly attempts to * * initialize the security provider * * IBMJECCA even with SECURE=N set. * * * * (PH58312 at 16.0) * * * * * * -During preparation of JCL for an IMS * * isolation private region, the * * debugger replaces brackets around the * * PARM string with quotation marks and * * duplicates any quotation marks found * * inside the string. This adds quotes * * to the APARM passed to the * * application program. * * * * (PH59340 at 15.0) * * * * * * -GO BYPASS/AT CALL * doesn't work with * * COBOL V5+. Debugger input command * * stream (INSPIN) - * * AT CALL * * * PERFORM * * LIST 'CALL SUBP' ; * * GO BYPASS ; * * END-PERFORM ; * * This works with COBOL v4.2 programs. * * COBOL v5 or v6 programs require "SET * * DYNDEBUG ON" for the "AT CALL *" to * * work, but "GO BYPASS" still does not * * take effect, i.e. the sub-program is * * not bypassed. * * * * (PH59598 at 15.0) * * * * * * -Using IBM Debug for z/OS v15 or v16, * * after increasing the number of * * classes using the ISPF panel EQAPMPDF * * from z/OS Debugger Utilities option * * 4.6, error ISPV008 such as the * * following is displayed: * * * * Length of "RGNNAMES" is 33000 - valid * * lengths are 0 to 32767. * * * * (PH59499 at 15.0) * * * * * * -IMS abend SA78-28 on shutdown if * * debugger SVC was upgraded while IMS * * was active. The abend SA78-28 * * occurred because the new debugger's * * SVC was loaded before shutting down * * an IMS instance that had started with * * an old SVC. It will not happen if IMS * * is started and stopped with the same * * version of the SVC. * * * * (PH59667 at 16.0) * * * * * * -IMS doesn't start with zos Debugger * * 16.0.3 after PTF UI93992 due to the * * incorrect handling of storage key in * * IXCMSGIX. The macro returned an * * error, which caused the * * synchronization token to wait * * forever. * * * * (PH59843 at 16.0) * * * * * * -EQADCDEL correctly deletes orphaned * * DTCN profiles, but SYSOUT shows the * * wrong profile as being deleted. * * * * (PH59865 at 15.0) * * * * * * -z/OS Debugger problem debugging in OS * * PL/I IMS ISOLATION region. Debugger * * is starting up in PLISTART but not at * * the PL/I program. * * * * (PH60034 at 15.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
********* * HIPER * *********
Comments
APAR Information
APAR number
PH57538
Reported component name
ZOS DEBUGGER
Reported component ID
5724T0713
Reported release
G00
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt / Xsystem
Submitted date
2023-10-15
Closed date
2024-03-11
Last modified date
2024-11-30
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
UI96037
Modules/Macros
BZUMSGEN BZU2CLCT EQA0OIP3 BZUCINFO EQA0OIP1 EQA0OIP2 EQAR6DB2 EQA0VIOM EQANMDBG EQARCOBD EQARCDBG EQA04CUS BZUAWREC EQANCLDE BZUATABL EQARCVND EQANCDTX EQAR6DBG EQAR6L4 EQAR6VND BZUAGAID EQA00DBI EQAR6PLI EQAPAX01 EQAR6OBD BZUACNFG EQANIPSB EQA50INP EQARCCDA EQA00OHL EQARCL4 EQA0VLNK EQA50TMN BZUDCPPX BZURUN EQAR6CDA BZULINK EQARCDB2 EQA0VRPT EQA50MAP BZU2TABL EQASSPRD EQAS2PST EQA0SNTC EQA00CEM EQA04PST BZUF5214 EQAS0GFV EQAS0GFU EQA10EMC BZUF5212 EQA00CEC EQA00CEE EQA00EHI BZUHCLCT EQAS0DBH EQANCDTR EQAS0DBJ EQA08PFM EQAS0DBG EQA00GLV BZUXVLTH EQA00CCV EQASPDBI EQA00XML EQA00CCX EQA05CUS EQA0SMSU EQA00IPD EQA00EHB EQAS0HKS EQAS0HKN EQA0S9LB EQA10DMM EQA0CFUN EQA00REG EQAD3CSR EQA00XPR EQA0VEXE EQAS0INT EQAS3PST EQA10AFS EQAS0MVS BZUWCLCT EQA0VAPR EQA00CEX EQAAFSPS EQA08BLK EQA0S0YE EQA0S0YC EQA00SET EQAS0GIV EQA00ABE EQAS0EH2 EQA00AEI EQAS5STT EQAS0FIN EQA07STT EQA17SYE EQAS0DEH EQAS0DEI EQAS0SBM EQA07EXP EQA0SINP BZUF5412 EQA00PBK BZUF7834 BZUF7832 BZUFC412 EQAEV006 EQA0S4CN EQA00CIC BZUF2020 EQA00EMG EQA0COHD EQA00AEH EQATS9LB EQA05PST EQAS7BLK EQAS0EHI EQAS0EHB EQA00GPA EQANCFTC EQAS5CUS EQAS0CCV EQA00RES EQA00QCS EQA00CHG EQAS0CEM EQA00GSV EQACSEXE EQAS0M99 EQA30STO EQASS0YC BZUHTABL EQASS0YE EQAS0CEE EQA00TMM EQA0VRUN EQA50FC1 EQA0SDBI EQA00PDM EQA0VICP EQA00DMM EQA00QFY EQA0SCBP EQA0SLSE EQA00ENV EQAS0SET BZUAFREE EQAS0ABE EQA0S4DS EQA07CUS EQA00DLD BZUADCMP EQA10DPA EQA00BKP EQA00OEH EQA00OEI EQASVICP BZUXCLCT EQA08CUS EQASSDBI BZUVTABL EQA0YCUS EQAS5PST EQA08STT EQANCDLI EQAS0CHG BZUDTABL EQAS0QCS EQAS0RES EQA08EXP EQA00FRE BZURMSGS EQA00NAM EQA10BNK EQASSMSU EQASS9LB EQASCCOM EQA00TMX EQAS0GPA EQA00GTO EQAS0REG EQA0SXR1 EQA10EXE BZUUCLCT EQA0SIPD EQA0XCUS EQAS7CUS EQA0CIC2 EQA10MGA EQAS0EMG EQASSCBP EQASXPMT EQAS0PBK EQASSINP EQA18SYE EQAS7EXP EQA07PST EQANCREL 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 EQA00OHE EQA00OHH EQA00OHI EQA0SQFY EQAS0GTO EQA00OHM EQA00BND EQA00LAM EQAS0NAM EQA0SCHG EQACSCOM EQA09CUS EQA00TRA EQA0SXUT EQA00ALO EQA00EXE EQA0SCL2 EQA0SCL1 EQA00SRT EQA00KBM EQA00QNS EQA02PFM BZUF2404 EQA00LDR EQA0SXRI EQAS7PST EQA00LDU EQA00LDW EQAD3XXT EQA00LDX EQA00LDY EQAYSMMN EQA0SEMC EQAD3UT1 EQA00LDD EQA00TTL BZUDCLCT EQA00MEM EQA0VDBI EQA00ANC EQA00LCM BZUXCOPY EQAS0BLK EQA00EVH EQA10SVC BZUVCLCT EQA00DTL EQA0STKH EQAS0CND EQA00ANL EQA50VIO BZUXTABL EQA00BPP EQA00RPB EQASSCHG EQA0VSDL EQA30INT BZUF0208 BZUZCLCT EQA00CVC EQA0VSDY EQA00POP EQA03PFM EQASSXR1 BZUXNUMB EQA0SBKP EQA10SYE EQACSTCP EQASSXRI EQA10SYC EQA00CUS EQA00C53 EQAS0OHH EQACSINT EQA00CTX EQAS0DU EQAS0OHC EQASYCUS EQA00STO EQA00STR EQA00TVT EQA00STT EQA00STU EQA10PRD EQA0S9YE EQA10PRC BZUAMSGS EQA0S9YC EQA0SUT1 EQA02BLK EQAS0BND EQA0SUT2 EQA0SNAM EQASSRGU EQA00RUN EQA00NML EQASSDLD EQA10OSM BZULCLCT EQASSXU1 EQA00QRY EQAS0OHT EQA0SCLU EQAS0OHV EQA00C70 EQANCXHA EQAS0DSF EQA00C71 EQA03BLK EQA00C72 EQA00C73 EQAS0AMD EQA00C74 EQA00C75 EQANCDBG EQA0AIPD EQA00C68 EQA00C69 EQA0SCMD EQAS0LDD EQASSEMC EQA0AIP4 EQA00RSV EQASSTKH EQA0AIP3 EQA0AIP2 EQA0AIP1 EQAS0DTL EQAS0EVH EQA50REQ EQAS0ANC EQAS0LCM EQA00C62 EQA00C63 EQA00CVT EQA00C64 EQASVDBI EQA0SBLD EQA00C65 EQA0AIP6 EQA00C66 EQA0AIP5 EQA00C67 EQA04CMS EQASS9YC EQA0SDTL EQA10OUT BZULTABL EQASSNAM EQAS0MGA EQA00PST EQA0SRPC EQA10LOG EQASSXUT EQA0SLDD EQAS0KBM EQAS0QNS EQASSCLU EQA0SRQ1 EQA00RWD EQA0SRQ2 EQA0SRQ3 EQASS9YE EQAS2PFM EQA0SRQ4 EQAS0SRT EQAS0STO EQA00FA EQASSQFY EQAS0STR EQAS0CTX EQA04PFM BZUUTABL EQADBLNX EQA00LIS EQA00NMU EQAS2BLK EQA0SEXA EQASSCL2 EQA0SEXE EQASSCL1 BZUKCLCT EQASAIP1 EQAS0POP EQA00GCC EQA0VRDR EQASAIP6 EQASAIP3 EQASAIP2 EQASVSDL EQA00LMS EQASAIP5 EQASAIP4 EQA0STRE EQA00OSX EQA05PFM EQA0SCPU BZUZTABL EQAS0CUS EQA0SUTI EQA12SYE EQA00DU EQA02CUS EQAS0STT EQASVSDY EQASAIPD EQA0CINF EQA00LLF EQA00LLH EQASSCMD EQANCXEI EQA02STT EQA00LLT EQA0SBPP EQA02EXP EQA00CV EQA04BLK EQA00A64 EQA0SDTC EQA0SRP1 EQAS3PFM EQA0SRP2 EQA0SRP3 EQAS0RSV EQA0SLCM EQA0SRP4 EQA00LLC EQASSBKP EQADCCN0 BZUAGETM EQAS0RUN EQA10LST EQA03STT EQA00HFS EQAS3BLK BZUAPARM EQA00GDV EQA03EXP EQA05BLK EQASSUTI EQA30TKI EQASSCPU EQASSTRE EQA00LNG EQA00GDD EQA00VAR EQAS3UT1 EQA00GDF EQA00LNK EQA00GDG EQA30DMM EQA00GDP EQASSUT1 EQASSUT2 BZUCDEFN BZUKTABL EQAS0NMU BZUJCLCT EQA10XIF EQANCHAB EQASSBPP EQAS0PST EQA0SEXN EQA0OIP5 EQA0OIP6 EQA0SEXP EQA0OIP4 EQA0PDBI EQA10FIN EQASG006 EQA0SEXU EQA02PST EQASSLCM EQASSRP4 EQASSRP3 EQA0SEXX EQASSRQ1 EQAS0RWD EQA00GFU EQASSRQ3 EQA00GFV EQASSRQ2 BZUASTMG EQASCTCP EQASSLDD EQANCRTO EQASSRPC EQAS2STT EQA10INT BZUAMOUT EQA10MVS EQA10INP EQA10MVO BZUACMPR EQANCXAB EQAS0A64 EQASSRP2 EQASSRP1 EQA0SRSM EQA0S4YE EQA13SYE EQA0SDU EQA00NTC EQA03CUS EQA0S4YC EQA00HKN EQA10M99 EQA00DCL EQA00LST EQAS0OSM EQA00HKS EQA00GIV EQAS2CUS EQA00LSE BZUJTABL EQA00DBG EQAS0GDG EQA00DBH EQA00DBJ EQAS0GDD EQA04STT EQAS0LNK EQASCINT EQASSRQ4 EQAS0LNG EQASSEXE EQA04API EQADXPMT EQA03ASN EQA04EXP EQA1S9LB EQA0OIPD EQA10IPD EQA00LRC EQA10CCV EQAS0LMS EQAS5PFM EQAS3STT EQA00DEH EQAD3PXT EQA00DEI EQA00FIN EQA0SPRD EQA00EH2 EQA05STT EQA05EXP EQAS5BLK EQA07BLK EQA02LOC EQA00SBM EQAS0GDV EQAS0GDP EQADPITR EQA14SYE EQA03PST EQA00INT EQA10SEV EQA10SET EQAS3CUS EQALMA EQASSRSM EQAYBGID EQATIGEX EQAZPCM EQANMEST EQANCFRM EQADCREP EQAYLIST EQATIEDT EQAOPTS EQA10MG0 EQA10MG1 EQANICTL EQA00OHX EQAYASSC EQANICRT EQA10QRY EQAYBCNM EQALDR64 EQANCTER EQAYFGID EQASHPAX EQADCMGR EQA00SVC EQA01SVC EQA01SV2 EQACCSD EQATINEX EQANIAFE EQADCCN1 EQATIMEX EQADCVSA EQAPAX02 EQATIEXT EQAXIIMS EQAXTIMS EQANISET EQADCTSQ EQANBSWT EQADCAN0 EQACMDRV EQAIIRMG EQAYVTAM EQANXPOP EQAXFOR EQANMPOP EQA00E75 EQA00ER0 EQA00ER1 BZUARGID EQA00E40 EQA00E41
Fix information
Fixed component name
ZOS DEBUGGER
Fixed component ID
5724T0713
Applicable component levels
RG00 PSY UI96037
UP24/03/14 P F403 ¢
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":"G00"}]
Document Information
Modified date:
30 November 2024