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.
Hi,
Thank you for your interest in keeping IMS a vital and successful product. Software development has continuously evolved during IMS’s lifetime, and so has IMS itself. We have kept pace with, adopted, and implemented many industry standard best practices within our organization, including Continuous Delivery, Design Thinking, and Agile.
When choosing new features to add from the list of requirements in our backlog, we assess which will bring the most value to as many clients as possible and prioritize those.
At this time, after reviewing this request for enhancement and assessing its potential value, we have decided to reject it. The reason we are rejecting RFE 115282 is the following: We are certainly evaluating this item as part of our scalability futures roadmap, however, we don’t feel we can deliver it within the next 18-24 months which is the goal we have set for RFE deliverables as part of our IMS Gold program. You are welcome to resubmit this RFE at a later date and we will reconsider.
We appreciate your input to IMS, and we hope that you will continue to submit ideas for improvements as customer feedback is a key component to shaping the future direction of IMS.
Adding the actual usermod source.
++SRCUPD(DFSFDLS0) DISTLIB(ADFSSRC)
/* CHANGE SLEEP TIME FOR LOG TIMER TASK FROM 250MS TO 50MS
TO SPEED UP WAITWRITES FOR FASTPATH AND IMSDC*/.
./ CHANGE NAME=DFSFDLS0
* MVC LMTINTVL,=F'25' SET STIMER INTERVAL =.25 SU00013 03471000
MVC LMTINTVL,=F'5' CHANGE STIMER FROM 250MS > 50MS SU00013 03471100
./ ENDUP
++SRCUPD(DFSFDLD0) DISTLIB(ADFSSRC)
/* CHANGE WAIT CONSTANT SO LOG TIMER TASK WRITES OUT LOG
RECORDS WAITING 10MS OR LONGER */.
./ CHANGE NAME=DFSFDLD0
* MVC LCDWTHRS,TENTHSEC SET 0.1 SEC WTWT INTERVAL SU00013 01700000
MVC LCDWTHRS,HNDTHSEC SET 0.01 SEC WTWT INTERVAL SU00013 01700100
*TENTHSEC DC XL8'00000000186A0000' .1 SEC IN TIMER UNITS SU00013 04570000
HNDTHSEC DC XL8'0000000002710000' .01 SEC IN TIMER UNITS SU00013 04570100
./ ENDUP