A fix is available
APAR status
Closed as program error.
Error description
--- Features --- -The DTST transaction has been modified to write messages to the operator log when a user changes storage. These messages are intended to provide an audit trail of DTST storage changes. --- End Features --- --- Service --- -When using a 62x160 terminal and SET SCREEN 6 SOURCE MONITOR LOG, an overtype of a value in the monitor window is ignored. (PM65094 at 12.1) -If you define a PF-key to be used for scrolling left / right like in ISPF and use them in the monitor window in SCREEN-mode 6 with a 62x160 terminal and SET MON WRAP OFF, the cursor is set back to source window. (PM68336 at 12.1) -Remote GUI: Multiple AT statement breakpoints for the same line. (PM75225 at 11.1) -ABENDS0C1 in EQA00EVH in CICS debug session. (PM75730 at 12.1) -ABENDS0C4 in EQA0SXU1+'8EF0'x using the remote debugger. (PM76753 at 11.1) -Terminal Interface Manager: Need to network-qualify D NET command. -Storage leaks (lengths 504 and 1096) in delayed debug scenario which can lead to an ABENDS878. (PM79706 at 12.1) -Remote GUI, ABENDS0C1 in EQA00STO+'1724'x. +EQA9981I - EQA00STO Internal Error 00000004 +EQA9981I - Xsto_Func = 00850001 Module = SUT1 (PM80572 at 11.1) -Abend at EQA10M99+x'2C0' occurs when attempting to process a SAVEBPS member during enclave termination. Failing instruction is a CLI - 955DE00F. (PM80681 at 11.1) -ABENDS0C4 calling non-existent RPL EXIT using Debug Tool in IMS +EQA1998S - VTAM 3270 RPL error, RC=00000020 +EQA1998S - 02010000,0404165A,22040400 +EQA9931W - Requested user interface not available. (PM81258 at 11.1) -EQAD3CXT not trapping DL/I batch. (PM81324 at 11.1) -CICS: A loop occurs in Debug Tool routine EQA10OUT after a task is purged (abend AEXY). Problem occurs when running with LE run-time option TRAP(OFF). (PM81367 at 12.1) -EQADCDEL only deletes profiles if the repository has been updated by this CICS region. EQADCDEL should work at PLT time too. (PM81357 at 12.1) -Program Check in EQA00CTX+6ECx when a nonexistent line number was checked beyond MaxLine number. (PM81420 at 11.1) -PGMIDERR with DTNP progname where progname is less than 8 characters long. (PM81807 at 12.1) --- End Service --- The following changes have already been shipped via PM78703 / UK90228 and are included in this APAR: -Add support for CICS/TS 5.1 Gold Master. -Targeted code coverage enters an infinite loop issuing the 'MESSAGE.AMBIG' message. Not only is the loop a problem but 'MESSAGE.AMBIG' should instead be 'Warning: Ambiguous match detected.' (or the equivalent in the language being used). (PM78039 at 11.1) The following change has already been shipped via PM81870 / UK91411 and is included in this APAR: -Targeted code coverage fails to highlight valid changes due to contiguous lines spanning a page break in the annotated listing.
Local fix
Problem summary
**************************************************************** * USERS AFFECTED: Debug Tool 11.1 users who need the * * feature or have the problems described * * in the Problem Description. * **************************************************************** * PROBLEM DESCRIPTION: --- Features --- * * * * -The DTST transaction has been * * modified to write messages to the * * operator log when a user changes * * storage. These messages are intended * * to provide an audit trail of DTST * * storage changes. * * * * --- End Features --- * * * * --- Service --- * * * * -When using a 62x160 terminal and SET * * SCREEN 6 SOURCE MONITOR LOG, an * * overtype of a value in the monitor * * window is ignored. * * (PM65094 at 12.1) * * * * -If you define a PF-key to be used for * * scrolling left / right like in ISPF * * and use them in the monitor window in * * SCREEN-mode 6 with a 62x160 terminal * * and SET MON WRAP OFF, the cursor is * * set back to source window. * * (PM68336 at 12.1) * * * * -Remote GUI: Multiple AT statement * * breakpoints for the same line. * * (PM75225 at 11.1) * * * * -ABENDS0C1 in EQA00EVH in CICS debug * * session. * * (PM75730 at 12.1) * * * * -ABENDS0C4 in EQA0SXU1+'8EF0'x using * * the remote debugger. * * (PM76753 at 11.1) * * * * -Terminal Interface Manager: Need to * * network-qualify D NET command. * * * * -Storage leaks (lengths 504 and 1096) * * in delayed debug scenario which can * * lead to an ABENDS878. * * (PM79706 at 12.1) * * * * -Remote GUI, ABENDS0C1 in * * EQA00STO+'1724'x. * * +EQA9981I - EQA00STO * * Internal Error 00000004 * * +EQA9981I - Xsto_Func = * * 00850001 Module = SUT1 * * (PM80572 at 11.1) * * * * -Abend at EQA10M99+x'2C0' occurs when * * attempting to process a SAVEBPS * * member during enclave termination. * * Failing instruction is a CLI - * * 955DE00F. * * (PM80681 at 11.1) * * * * -ABENDS0C4 calling non-existent RPL * * EXIT using Debug Tool in IMS * * +EQA1998S - VTAM 3270 RPL error, * * RC=00000020 * * +EQA1998S - 02010000,0404165A, * * 22040400 * * +EQA9931W - Requested user * * interface not available. * * (PM81258 at 11.1) * * * * -EQAD3CXT not trapping DL/I batch. * * (PM81324 at 11.1) * * * * -CICS: A loop occurs in Debug Tool * * routine EQA10OUT after a task is * * purged (abend AEXY). Problem occurs * * when running with LE run-time option * * TRAP(OFF). * * (PM81367 at 12.1) * * * * -EQADCDEL only deletes profiles if the * * repository has been updated by this * * CICS region. EQADCDEL should work at * * PLT time too. * * (PM81357 at 12.1) * * * * -Program Check in EQA00CTX+6ECx when a * * nonexistent line number was checked * * beyond MaxLine number. * * (PM81420 at 11.1) * * * * -PGMIDERR with DTNP progname where * * progname is less than 8 characters * * long. * * * * (PM81807 at 12.1) * * * * --- End Service --- * * * * The following changes have already * * been shipped via PM78703 / UK90228 and * * are included in this PTF: * * * * -Add support for CICS/TS 5.1 Gold * * Master. * * * * -Targeted code coverage enters an * * infinite loop issuing the * * 'MESSAGE.AMBIG' message. Not only is * * the loop a problem but * * 'MESSAGE.AMBIG' should instead be * * 'Warning: Ambiguous match * * detected.' (or the equivalent in the * * language being used). * * (PM78039 at 11.1) * * * * The following change has already been * * shipped via PM81870 / UK91411 and is * * included in this PTF: * * * * -Targeted code coverage fails to * * highlight valid changes due to * * contiguous lines spanning a page * * break in the annotated listing. * **************************************************************** * RECOMMENDATION: Installations that need this feature or * * problem fixes should install this service. * **************************************************************** New feature and miscellaneous service.
Problem conclusion
New feature and service available.
Temporary fix
Comments
APAR Information
APAR number
PM77115
Reported component name
DEBUG TOOL Z/OS
Reported component ID
5655W4500
Reported release
B10
Status
CLOSED PER
PE
NoPE
HIPER
YesHIPER
Special Attention
NoSpecatt
Submitted date
2012-11-15
Closed date
2013-02-26
Last modified date
2013-03-04
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
UK92014
Modules/Macros
CDEPRDEF EQA00ABE EQA00AEH EQA00AEI EQA00ALO EQA00ANL EQA00BKP EQA00BLD EQA00BLK EQA00BND EQA00BPP EQA00C00 EQA00C53 EQA00C62 EQA00C63 EQA00C64 EQA00C65 EQA00C66 EQA00C67 EQA00C68 EQA00CEE EQA00CEX EQA00CHG EQA00CIC EQA00CND EQA00CTX EQA00CUS EQA00CV EQA00CVT EQA00DBG EQA00DBH EQA00DBI EQA00DBJ EQA00DCL EQA00DEH EQA00DEI EQA00DLD EQA00DMM EQA00DSF EQA00DTC EQA00DTL EQA00DU EQA00E68 EQA00EH2 EQA00EHB EQA00EHI EQA00EMG EQA00EVH EQA00EXE EQA00FIN EQA00FRE EQA00GCC EQA00GDD EQA00GDF EQA00GDP EQA00GDV EQA00GFU EQA00GFV EQA00GLV EQA00GSV EQA00GTO EQA00HFS EQA00HKN EQA00HKS EQA00INT EQA00LAM EQA00LBL EQA00LCM EQA00LDD EQA00LIS EQA00LLC EQA00LLT EQA00LMS EQA00LNG EQA00LRC EQA00LSE EQA00LST EQA00MEM EQA00NAM EQA00NML EQA00OEH EQA00OEI EQA00OHC EQA00OHH EQA00OHT EQA00OSX EQA00PBK EQA00PDM EQA00POP EQA00PST EQA00QCS EQA00QFY EQA00QNS EQA00REG EQA00RES EQA00RPB EQA00RSV EQA00RWD EQA00SET EQA00STO EQA00STT EQA00STU EQA00TTL EQA00VAR EQA00XML EQA02BLK EQA02CUS EQA02LOC EQA02PFM EQA02PST EQA02STT EQA03ASN EQA03BLK EQA03CUS EQA03PFM EQA03PST EQA03STT EQA04API EQA04BLK EQA04CMS EQA04CUS EQA04PFM EQA04PST EQA04STT EQA07BLK EQA07CUS EQA07PST EQA07STT EQA08BLK EQA08CUS EQA08PFM EQA08PST EQA08STT EQA0AIP1 EQA0AIP2 EQA0CIC2 EQA0CINF EQA0OIP1 EQA0OIP2 EQA0SBKP EQA0SBPP EQA0SCBP EQA0SCHG EQA0SCL1 EQA0SCL2 EQA0SCLU EQA0SCPU EQA0SDBI EQA0SDLD EQA0SDTL EQA0SDU EQA0SEMC EQA0SEXA EQA0SEXE EQA0SEXN EQA0SEXP EQA0SLCM EQA0SLDD EQA0SMSU EQA0SQFY EQA0SRGU EQA0SRP1 EQA0SRP2 EQA0SRP3 EQA0SRP4 EQA0SRPC EQA0SRQ1 EQA0SRQ2 EQA0SRQ3 EQA0SRQ4 EQA0SRSM EQA0STKH EQA0STRE EQA0SUT1 EQA0SUT2 EQA0SUTI EQA0SXR1 EQA0SXRI EQA0SXU1 EQA0SXUT EQA0XCUS EQA0YCUS EQA10AFS EQA10AKA EQA10ALO EQA10ANL EQA10ASN EQA10BKC EQA10BKD EQA10BKE EQA10BKL EQA10BKP EQA10BKS EQA10BKT EQA10BLK EQA10BNK EQA10BPP EQA10BPQ EQA10BPR EQA10CMD EQA10CND EQA10CUS EQA10CV EQA10CVC EQA10DAT EQA10DDT EQA10DES EQA10DMM EQA10DPA EQA10DSE EQA10DTC EQA10DTL EQA10EMC EQA10EXE EQA10EXM EQA10EXN EQA10EXX EQA10FBP EQA10FCI EQA10FIN EQA10FLO EQA10FND EQA10GTO EQA10HAD EQA10HLS EQA10HRS EQA10INP EQA10INT EQA10IPD EQA10LAM EQA10LCM EQA10LDD EQA10LIN EQA10LIT EQA10LNK EQA10LOG EQA10LSE EQA10LST EQA10M99 EQA10MEM EQA10MGA EQA10MGF EQA10MON EQA10MVO EQA10MVS EQA10NAM EQA10NRM EQA10OSM EQA10OUT EQA10PBK EQA10PDM EQA10PRC EQA10PRD EQA10PTP EQA10QFY EQA10QNS EQA10QRY EQA10QRZ EQA10RET EQA10RST EQA10SET EQA10SEV EQA10SID EQA10STM EQA10STU EQA10SVC EQA10SYC EQA10SYE EQA10TGA EQA10TOG EQA10TRA EQA10VAR EQA10VAT EQA10XML EQA12CED EQA12CEI EQA12CES EQA12CEX EQA12CUR EQA12DCL EQA12DSP EQA12LX1 EQA12LXB EQA12QNS EQA12SCN EQA12SYC EQA12SYE EQA13CEX EQA13CUR EQA13DCL EQA13DSP EQA13LX1 EQA13LXB EQA13MDV EQA13QNS EQA13SCN EQA13SWC EQA13SYC EQA13SYE EQA14CAL EQA14CEX EQA14CMS EQA14CUR EQA14DCL EQA14DSP EQA14EVL EQA14LX1 EQA14LXB EQA14MDV EQA14PRF EQA14QNS EQA14SCN EQA14SYC EQA14SYE EQA17CED EQA17CEI EQA17CEX EQA17CUR EQA17DCL EQA17DSP EQA17LX1 EQA17LXB EQA17QNS EQA17SCN EQA17SYC EQA17SYE EQA18CED EQA18CEI EQA18CEX EQA18CUR EQA18DCL EQA18DSP EQA18LX1 EQA18LXB EQA18QNS EQA18SCN EQA18SYC EQA18SYE EQA30DMM EQA30INT EQA30STO EQA30TKI EQA50COL EQA50CTL EQA50DSP EQA50END EQA50FC1 EQA50FC2 EQA50FSC EQA50IMW EQA50INP EQA50INT EQA50LIS EQA50LOG EQA50MAP EQA50MEM EQA50OBJ EQA50PMN EQA50PNL EQA50PRE EQA50PRO EQA50REQ EQA50SRV EQA50STR EQA50SUF EQA50TMN EQA50UTL EQA50WIN EQA60FCM EQA80VER EQA90AFS EQA90OSI EQAAFSPS EQACSINT EQACSTCP EQACUTRG EQAD3XXT EQADCCN0 EQADCDEL EQAEV006 EQALMA EQANCFTC EQANMDBG EQANPCN1 EQASTCTR EQASTDAT EQASTMEM EQASTP01 EQASTP02 EQASTPLS EQASTSUB EQAYACTV EQAYSMMN EQAYVTAM
Fix information
Fixed component name
DEBUG TOOL Z/OS
Fixed component ID
5655W4500
Applicable component levels
RB10 PSY UK92014
UP13/02/27 P F302 ½
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.
Rate this page:
Average rating
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.