This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
As part of the review process, we strive to be transparent about our intentions with each RFE. The offering team has carefully reviewed this RFE and has decided that it does not fit into our current plans within the next 1-2 years, so the RFE will be closed. The request will be kept in RFE system and might be reassessed or reopened for additional feedback or voting in the future. We value your feedback and thank you for allowing us the privilege of partnering with you in developing our products.
Due to processing by IBM, this request was reassigned to have the following updated attributes:
Brand - Servers and Systems Software
Product family - Development Tooling
Product - IBM Debug for z/OS
Component - z/OS Debugger
For recording keeping, the previous attributes were:
Brand - Servers and Systems Software
Product family - Development Tooling
Product - IBM Debug Tool
Component - Host
Due to processing by IBM, this request was reassigned to have the following updated attributes:
Brand - Servers and Systems Software
Product family - Development Tooling
Product - IBM Debug Tool
For recording keeping, the previous attributes were:
Brand - WebSphere
Product family - Enterprise Tooling
Product - IBM Debug Tool
Please add QUIT DEBUG when debugging IMS MPRs also. Here is the issue when one issues a QUIT or QQ.
Terminating IMS programs when testing with Debug Tool
James Rice on 08/05/2011 at 12:48 PM
Category: IBM Debug Tool
(From Doug Stout)
Some IMS environments (IMS/TM, BMPs when IRLM/DBRC are active and logging) are a little different from other non-IMS environments in that IMS has problems when a program does not return control to IMS when it is done.
The bottom line is that a user should not use a QUIT or QQ command in Debug Tool in these environments. QUIT DEBUG or QUIT ABEND are OK. I've seen some IMS users change their default PF3 key to QUIT DEBUG so they don't hit it by mistake.
In IMS, the call chain goes: DFSxxxxx (one of the IMS controllers) -> AppProg. IMS requires AppProg to return control back to DFSxxxxx when it is done. The only permitted exception is when the application abends, and the IMS controller still gets control back during abend processing. A QUIT or QQ command terminates AppProg (like a STOP RUN in COBOL) and the DFSxxxxx program never gets control back, and it never gets a chance to terminate the thread, release locks, etc. So from IMS's point of view, the program is hung up.