Skip to Main Content
IBM Z Software


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).


Shape the future of IBM!

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:

Search existing ideas

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 your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

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.

Status Not under consideration
Categories General System
Created by Guest
Created on May 13, 2019

Add parameters related to logging and CHKW calls for USERMOD elimination

We have a USERMOD in place for IMS V15 related to performance. This USERMOD was originally put in place for logging performance issues in our environment related to high volume BMPs causing logging delays and holding up the BMP and online environments.

It makes adjustments to these modules as follows:

Module DFSFDLS0 is being updated to change the log timer task from 250ms to 50ms, field LMTINTVL.

Module DFSFDLD0 is being updated to change the constant so the log timer task writes out log records waiting 10ms versus 100ms, field
LCDWTHRS.

We are requesting that these values be made available through parameters (e.g. DFSPBxxx).

It would be ideal if there was a type-2 command to change the parameters while IMS remains up.

Idea priority Medium
  • Guest
    Reply
    |
    Oct 22, 2019

    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.

  • Guest
    Reply
    |
    Jun 5, 2019

    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