A fix is available
APAR status
Closed as program error.
Error description
z/OS Debugger service 16.0.6.2 for IBM Developer for z/OS Enterprise Edition 16.0.6 IBM Developer for z/OS 16.0.6 IBM Debug for z/OS 16.0.6 IBM Test Accelerator for Z 1.0.2. There are no other IDz/IDzEE client or host related updates for TAZ 1.0.2. z/OS Debugger host service 16.0.6.2 is the only service update needed for TAZ 1.0.2. --- Service --- TAZ related fixes: -TAZ - Batch IMS test job looping when recording the data for a COBOL ENTRY. (PH65135 at 16.0) -TAZ - IMS online test case abends with ABENDS0C4 at EQA00LNG+1A76. (PH64326 at 16.0) -DTR replay job combined with code coverage of COBOL V5+ may randomly end with message EQA00STT: BUILD_STN, NUMBER = 0 followed by an ABENDS0C1 and +EQA9999E - Program Check at EQA00STT+000042EE (PH64509 at 16.0) -TAZ - ABENDS0C4 in EQA0VEXE+89B6, DTE - CICS MRO CBSA OMEN Replay ABEND U4083. (PH64783 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) -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 ABENDS0C4. 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) Non TAZ related fixes: -Multiple CICS abends AZI6 followed by message DFHPC0409 and CICS shutdown when DTCN tried to access EQADPFMB file in a remote region. (PH64013 at 16.0) -ABENDS0C4 at EQATIMEX+13FC. ABENDS0C4 occurred when IMS Isolation code tried to deregister a transaction that was not registered to the requesting user. It is possible that the transaction was recently deregistered using a different LPAR in the SYSPLEX. (PH64269 at 16.0) -Can not start up IMS ISO region since 16.0.5 install. IMS isolation support for shared queues uses UPDATE TRAN commands to prepare EQA* transactions for debugging. These commands require authorization that existing users of transaction isolation normally do not have. The commands also may be disallowed by the IMS setup. A failure of an UPDATE command prevents the isolation region from starting. (PH64690 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) 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: * * Test Accelerator for Z and z/OS Debugger users who have the * * problems described in the Problem Description. * **************************************************************** * PROBLEM DESCRIPTION: * * z/OS Debugger service 16.0.6.2 for * * IBM Developer for * * z/OS Enterprise Edition 16.0.6 * * IBM Developer for z/OS 16.0.6 * * IBM Debug for z/OS 16.0.6 * * * * IBM Test Accelerator for Z 1.0.2. * * * * There are no other IDz/IDzEE client * * or host related updates for TAZ * * 1.0.2. z/OS Debugger host service * * 16.0.6.2 is the only service update * * needed for TAZ 1.0.2. * * * * --- Service --- * * * * TAZ related fixes: * * * * -TAZ - Batch IMS test job looping when * * recording the data for a COBOL ENTRY. * * * * (PH65135 at 16.0) * * * * * * -TAZ - IMS online test case abends * * with ABENDS0C4 at EQA00LNG+1A76. * * * * (PH64326 at 16.0) * * * * * * DTR replay job combined with code * * coverage of COBOL V5+ may randomly * * end with message * * EQA00STT: BUILD_STN, NUMBER = 0 * * followed by an ABENDS0C1 and * * +EQA9999E - Program Check at * * EQA00STT+000042EE * * * * (PH64509 at 16.0) * * * * * * -TAZ - ABENDS0C4 in EQA0VEXE+89B6, DTE * * - CICS MRO CBSA OMEN Replay ABEND * * U4083. * * * * (PH64783 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) * * * * * * -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 * * ABENDS0C4. * * 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) * * * * * * Non TAZ related fixes: * * * * * * -Multiple CICS abends AZI6 followed by * * message DFHPC0409 and CICS shutdown * * when DTCN tried to access EQADPFMB * * file in a remote region. * * * * (PH64013 at 16.0) * * * * * * -ABENDS0C4 at EQATIMEX+13FC. * * * * ABENDS0C4 occurred when IMS Isolation * * code tried to deregister a * * transaction that was not registered * * to the requesting user. * * * * It is possible that the transaction * * was recently deregistered using a * * different LPAR in the SYSPLEX. * * * * (PH64269 at 16.0) * * * * * * -Can not start up IMS ISO region since * * 16.0.5 install. * * * * IMS isolation support for shared * * queues uses UPDATE TRAN commands to * * prepare EQA* transactions for * * debugging. These commands require * * authorization that existing users of * * transaction isolation normally do not * * have. The commands also may be * * disallowed by the IMS setup. A * * failure of an UPDATE command prevents * * the isolation region from starting. * * * * (PH64690 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) * * * * * * 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 problem fixes should install * * this service. * **************************************************************** Miscellaneous service.
Problem conclusion
Service available.
Temporary fix
Comments
APAR Information
APAR number
PH65234
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
2025-02-12
Closed date
2025-03-04
Last modified date
2025-04-02
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
UO02319
Modules/Macros
EQAS2PST BZU2CLCT BZUX0202 EQA04PST BZUF5214 EQAS0GFV EQAS0GFU BZUF5212 EQA00CEE EQA00EHI BZUHCLCT EQAS0DBH EQANCDTR EQAS0DBJ BZUX0C02 EQA08PFM EQAS0DBG EQAR6OBD BZUX0C04 EQA00GLV EQARCCDA BZUXVLTH EQA00CCV EQASPDBI EQA00CCX EQA05CUS EQA00EHB EQAS0HKS EQAS0HKN EQA00REG EQA0VEXE EQAS0INT EQAS3PST EQAS0MVS BZUWCLCT EQA0VAPR EQA00CEX EQAAFSPS EQA08BLK EQA00SET EQA00ABE EQAS0EH2 EQA00AEI BZUMSGEN EQAS5STT EQAS0FIN EQA07STT EQAS0DEH EQAS0DEI BZUF5412 EQA00PBK BZUF7834 BZUF7832 EQA0CTRU BZUFC412 BZUX0E0A EQAEV006 EQA00CIC BZUF2020 EQA00EMG EQA0COHD EQA00AEH BZUX0E08 EQA05PST EQAAUTH3 EQAS7BLK EQAS0EHI EQAAUTH6 BZUX0E02 BZUX0E06 EQAS0EHB EQAZPCM EQA00GPA EQANCFTC EQAS5CUS EQAS0CCV EQA00RES EQA00CHG EQA00GSV BZUHTABL EQAS0CEE EQA0VRUN EQA0SDBI EQA00PDM EQA0VICP EQARCVND EQA00QFY EQA0SCBP BZUACNFG EQAS0SET EQAS0ABE EQA07CUS EQA00DLD BZUADCMP EQA00BKP BZUFCLCT EQA00OEH EQA00OEI EQASVICP EQARCOBD BZUXCLCT EQA08CUS EQASSDBI BZUVTABL EQA00ER0 EQA00ER1 EQA0YCUS EQAR6L4 EQAS5PST EQA08STT EQAR6PLI EQANCDLI EQAS0CHG BZUARGID BZUDTABL EQAS0RES EQA00FRE BZURMSGS EQA00NAM EQAS0GPA EQATIEDT EQA00GTO BZU2TABL EQAS0REG EQA0SXR1 BZUXPAID BZUUCLCT EQA0XCUS EQAS7CUS EQAS0EMG EQASSCBP EQAS0PBK EQA10MG0 EQA10MG1 EQA07PST EQA0VLNK BZUDCPPX EQA00CND EQA10DTL EQAS0DLD EQAS7STT EQA00BLK EQA0SDLD EQAS0GSV EQASSDU EQA08PST EQASXCUS BZUWTABL EQA00V70 EQA00V71 EQA00V72 EQA00V73 EQA00DTC EQA00V74 EQA00V75 EQA00LBL EQA00DSF EQA00V68 EQA00V69 EQA00OHT EQA00OHV EQA0SXU1 BZUXNARG EQA00OHC EQA00OHD BZUFFNCT EQA00OHH EQA0SQFY EQAS0GTO EQA00BND EQA00LAM EQAS0NAM EQA0SCHG EQA09CUS EQA0SXUT EQA00EXE EQA0SCL2 EQA0SCL1 EQA00QNS EQA02PFM BZUF2404 EQA00LDR EQANICRT EQA0SXRI EQAS7PST EQA00LDU EQAYSMMN EQALDR64 EQA00LDD EQA00TTL EQANCTER BZUDCLCT BZUFTABL EQARCL4 EQA00MEM EQA0VDBI EQA00LCM BZUXCOPY EQAS0BLK EQA00EVH BZUVCLCT BZUX020A EQA00DTL BZUX06XX BZUX0204 EQA0STKH EQAS0CND EQA00ANL BZUXTABL BZUX0206 EQA00BPP EQA00RPB EQASSCHG EQALDR31 EQA0VSDL BZUXDFLT BZUF0208 BZUZCLCT EQA0VSDY EQA03PFM EQASSXR1 BZUXNUMB EQA0SBKP EQACSTCP EQASSXRI EQA0VRCD EQA00CUS EQA00C53 EQAS0OHH EQA00CTX EQAS0DU EQAS0OHC EQASYCUS EQA00STT EQA00STU EQA10PRC BZUAMSGS EQA0SUT1 EQA02BLK EQAS0BND EQA00NML EQASSDLD EQA0VIOM BZULCLCT EQASSXU1 EQAS0OHT EQAS0OHV EQA00C70 EQAS0DSF EQA00C71 EQA03BLK EQA00C72 BZUAWREC EQA00C73 EQA00C74 EQA00C75 EQANCDBG EQA00C68 EQA00C69 EQAS0LDD EQA00RSV EQASSTKH EQA0AIP2 EQA0AIP1 EQADCMGR EQAS0DTL EQAS0EVH EQAS0LCM EQA00C62 EQA00C63 EQA00CVT EQA00C64 EQASVDBI EQA00C65 EQA00C66 EQA00C67 EQA04CMS EQA0VCIC EQA0SDTL BZULTABL EQA00PST EQA0SRPC EQASSXUT EQA0SLDD EQAS0QNS EQA0SRQ1 EQA01SVC EQA0SRQ2 EQA0SRQ3 EQAS2PFM EQA0SRQ4 EQASSQFY EQA0VDLI EQAS0CTX EQA04PFM BZUUTABL EQA00LIS EQAS2BLK EQA0SEXA EQASSCL2 EQASSCL1 BZUKCLCT EQASAIP1 EQA0VRDR EQADCHAB EQAR6DB2 EQASAIP2 EQASVSDL EQA00LMS EQA05PFM EQA0SCPU BZUZTABL EQAS0CUS EQA0SUTI EQASVRCD EQA00DU EQA02CUS EQAS0STT EQASVSDY EQA0CINF EQAR6DBG EQANCXEI EQA02STT EQA0SBPP EQA00CV EQA04BLK EQADCCXR EQA0SRP1 EQAS3PFM EQA0SRP2 EQA0SRP3 EQAS0RSV EQA0SLCM EQA0SRP4 EQA00LLC EQASSBKP EQATIMEX EQADCCN0 EQA03STT EQAS3BLK BZUAPARM EQA00GDV EQA05BLK EQASSUTI EQASSCPU EQA00LNG EQA00GDD EQA00VAR EQA00GDF EQA00GDG EQA00GDP EQASSUT1 BZUCDEFN BZUKTABL BZUJCLCT EQASSBPP EQATIEXT EQAS0PST EQA0SEXN BZUCINFO EQA0OIP1 EQA0PDBI EQA0OIP2 EQASG006 EQA02PST EQASSLCM EQASSRP4 EQASSRP3 EQASSRQ1 EQA00GFU EQASSRQ3 EQA00GFV EQASSRQ2 BZUASTMG EQASCTCP EQASSLDD EQASSRPC EQAS2STT BZUAMOUT EQA10MVS BZUACMPR EQASSRP2 EQASSRP1 EQA0SRSM EQAR6CDA EQA0SDU EQA03CUS EQA00HKN EQA00DCL EQA00LST EQA00HKS EQADCTSQ EQAS2CUS EQANBSWT EQA00LSE EQA04CUS BZUATABL BZUJTABL EQA00DBG EQAS0GDG EQA00DBH EQA00DBI EQA00DBJ EQAS0GDD EQA04STT EQASSRQ4 EQAS0LNG EQA04API EQA03ASN EQA00LRC EQARCDB2 EQA0VRPT EQAS0LMS EQAS5PFM EQAS3STT EQA00DEH EQA00DEI EQA00FIN EQA00EH2 EQA05STT EQADCXXT EQARCDBG EQAS5BLK EQA07BLK EQA02LOC EQAS0GDV EQANCLDE EQAS0GDP EQA0VRMT EQAR6VND BZUAGAID EQA03PST EQA00INT EQAS3CUS EQALMA EQASSRSM
Fix information
Fixed component name
ZOS DEBUGGER
Fixed component ID
5724T0713
Applicable component levels
RG00 PSY UO02319
UP25/03/13 P F503
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:
02 April 2025