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 Future consideration
Categories Runtime
Created by Guest
Created on Feb 9, 2023

CICS should execute the EXEC CICS GET CONTAINER INTO command under the EXECKEY of requesting program to honor CICS storage protection.

Currently when a USERKEY task executes an EXEC CICS GET CONTAINER INTO if the receiving data area is smaller than the container data the program creates a storage violation. Because CICS processes the GET CONTAINER command on behalf of the task, and CICS is executing in CICSKEY, a user task can overlay CICS control blocks that should be protected by CICS storage protection. The proposal, if possible, is to determine if the task is running in USERKEY and, if so, switch the execute key to USERKEY before processing the GET CONTAINER API command. If the task then tries to overwrite CICS control blocks the hardware will cause the task to abend with a protection exception. 

Idea priority High
  • Guest
    Reply
    |
    Mar 4, 2023
    CICS Development: This is a candidate for a future release. Current the CMDPROT (aka "Hired Gun") functionality only checks the validity of the first byte of the storage area supplied to CICS to write into.
  • Guest
    Reply
    |
    Mar 4, 2023

    I would be great if CICS could check that the area belongs to the task and is large enough.


    2 replies