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 Runtime
Created by Guest
Created on Dec 12, 2019

TranClass Queue Expiration Time

Improve the Transaction Class queue to accept defining an expiration time for transactions queued waiting for 1st dispatch.
This enhancement will provide de CICS to manage the queue only for transactions that still need to execute and it would relief QR usage.

Idea priority Medium
  • Admin
    Mark Cocker
    Dec 24, 2025

    CICS TS 6.2 extended TRANCLASS resource with a new PURGEACTION attribute, and PURGEACTION(DISCARD) that together with PURGETHRESH(number) allows you to set a lower value for the purgethreshold for tclass that allow timely response time and efficient purge processing. Requests over PURGETHRESH(number) limit would be discarded instead of abended and avoid the concerns over excessive abends in a region. See https://www.ibm.com/docs/en/cics-ts/6.x?topic=attributes-tranclass-resource-definitions

    In addition, the policy system rule of Transaction class tasks will monitor the level of the queue, and enables you to drive automation as a result, for example if the level of queue reaches certain percentage, start a CICS task to query how long the queued ones has been in the region and action on them. See https://www.ibm.com/docs/en/cics-ts/6.x?topic=policies-policy-system-rules#policy-system-rules__transaction-class-tasks

    Similarly, the policy task rule for `Time (CPU, elapsed)` will monitor for the tasks time in the system, and enables you to drive automation as a result. See https://www.ibm.com/docs/en/cics-ts/6.x?topic=policies-policy-task-rules#reference_drv_dtp_nz__time

  • Guest
    Jan 3, 2020

    This makes a lot of sense to have available--would prevent needless execution of tasks that would be unable to return output due to a timeout. It would also speed up recovery once the issue causing the backlog has cleared up.

  • Guest
    Dec 20, 2019

    This is a candidate for a future release

5 MERGED

Tranclass Timeout

Merged
Add a mechanism to timeout transactions waiting on Tranclass. The timeout value needs to be a parm that the customer can set.
over 13 years ago in CICS Transaction Server for z/OS / Runtime 6 Not under consideration
10 MERGED

Timeout for transactions in TCLASS.

Merged
Customer would like to be able to define a timeout for TCLASS to begin to purge tasks (PURGETHRESH) rather than relying only on the number of tasks queued.
over 4 years ago in CICS Transaction Server for z/OS / Runtime 3 Not under consideration