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 Functionality already exists
Categories Runtime
Created by Guest
Created on Mar 26, 2025

Add fields to the CPSM CICSRGN Resource Table so as to be able to compute the QR TCB Dispatch / Interval ratio

This would make it easier to monitor the QR TCB Dispatch / Interval Ratio.  As it is right now, MSGUSR for each CICS region has to be scanned for the DFHDS0102 message.  The items needed to calculate this value, or the value itself, could be put into the CICSRGN Resource Table and could be monitored using the CPSM API for the current value.  This could then be sent to a dashboard to see how busy the CICS regions are (along with other data taken from CICSRGN and other resource tables), which would be important for tuning the CICS regions.

Idea priority Medium
  • Admin
    Mark Pocock
    Oct 21, 2025

    The values required to calculate the QR dispatch ratio are already provided by the DSPMODE resource table (https://www.ibm.com/docs/en/cics-ts/6.x?topic=tables-dspmode-resource-table).

    DSGACT is the total CPU time used by this mode

    DSGTDT is the total real time used by this mode


    DSGACT / DSGTDT for the QR TCB gives the dispatch ratio.

  • Guest
    Jul 21, 2025
    This is a candidate for a future release.