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 Delivered
Categories Runtime
Created by Guest
Created on Jun 19, 2012

Threadsafe access for Shared Data Tables (GSE requirement GGCIC06006)

Access to Shared Data Tables generates lots of TCB switches with the according performance decrease

Idea priority Medium
  • Guest
    Reply
    |
    Apr 12, 2024
    Support for threadsafe read and browse acess to shared Data Tables running on an open TCB is provided in CICS TS 6.2 which has been announced and will GA June 14th 2024. Update requests to Shared Data Tables are not threadsafe and will still cause a switch to QR TCB

    See Announcement letter https://www.ibm.com/docs/en/announcements/AD24-0164
  • Guest
    Reply
    |
    Oct 5, 2023
    CICS Development: This requirement has been reopened. Threadsafe read and browse access to SDTs is something we would like to address. The Idea is being moved into 'Planned for Future release' status.
    Please note:
    IBM's statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM's sole discretion. Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision. The information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion
  • Guest
    Reply
    |
    May 6, 2016

    We have assessed this requirement. We have no current plans for this to be implemented and so this requirement is being declined at this point. The requirement will be kept in the RFE system and might be reassessed in the future. You also have an opportunity to resubmit in twelve months time if you wish it to be reconsidered then.

  • Guest
    Reply
    |
    Oct 5, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Transaction Processing
    Product - CICS Transaction Server

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Transaction Processing
    Product - CICS Transaction Server

  • Guest
    Reply
    |
    Aug 20, 2012

    Chuck, thank you for your comments.

    Making SDT threadsafe is an aspiration, but in reality the code is highly optimised and removing the QR affinity would very likely involve a re-write of the SDT code. So its another one that I would not hold your breath for. An easier proposition may be CFDTs.

  • Guest
    Reply
    |
    Aug 13, 2012

    Making shared data table access threadsafe would help facilitate my shop's ability to save a hugh amount of cpu by eliminating function ships via QOR and FOR elimination.. I would like to collapse 6 cics regions (4 AORs 1 QOR 1 FOR) into just 1 region. Now that my shop is running cics ts 4.2, the Temp Storage main EDSA constraint will no longer occur. But, my shop is using shared data tables for both cpu savings (by eliminating file function ships), and VSCR (avoiding the use of LSR virtual storage bnuffers in the cics address space). If I collapse the 6 cics regions into one, I would have to run most of the programs threadsafe to avoid QR tcb constraint. I would then either have to change the file definitions back to NOT specify SDT to obtain efficient threadsafe processing, or, keep the files defines to use SDT for VSCR, but consume a lot of cpu doing mvs tcb switches. If SDT access is made threadsafe I could 'have my cake and eat it too'. I would still get the VSCR needed to collapse all the regions into just one. And, I could run the application programs threadsafe, and not incur mvs tcb switches.