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 Oct 11, 2013

Allow update to origin data (User Correlation Data) via a call in addition to XAPADMGR

Provide a callable interface to update origin data, such as USERCORRDATA, so that we can invoke it when we have access to the data we want to use. The command could be something like SET ASSOCIATION USERCORRDATA(xxxxx). If the command is invoked for a transaction that is not an origin task, it can throw an error like INVREQ to indicate that the command could not be honored.

Idea priority Medium
  • Guest
    Reply
    |
    Jun 17, 2022
    Support for this is provided via a new SET ASSOCIATION USERCORRDATA command in CICS TS 6.1 which is generally available from 17th June 2022.

    For more information see https://www.ibm.com/docs/en/cics-ts/6.1?topic=whats-new
  • Guest
    Reply
    |
    Apr 5, 2022
    Support for this is provided via a new SET ASSOCIATION USERCORRDATA command in CICS TS 6.1 which is announced today April 5th and will GA June 17th 2022.

    See Announcement letter https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/2/897/ENUS222-092/index.html&request_locale=en
  • Guest
    Reply
    |
    Sep 1, 2020

    This is something we would like to address. The RFE 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
    |
    Jul 20, 2016

    Whilst this requirement is valid, based on our current plans and priorities, it is not likely that this could be implemented in the next 12 months, or in the next CICS TS release. Correspondingly 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
    |
    Jan 22, 2016

    With CICS/TS 5.3, I am able to use the XPI SET TRANSACTION TRACKING flag to record that a transaction is MOBILE, so this support is a great first step - thank you! Ideally we would like to record the origin device type header field, so that we store the actual device with SMF, such as "APPLE", "ANDROID", or with IOT, devices like "TOASTER" and "FITBIT". So we still have a need for this requirement to store character data as part of Origin Data.

    Another solution is to write a DFHTRANSACTION container that has the appropriate headers, and allow a down stream AOR task to read the container and use a MONITOR command to write this data to SMF. We could use a SYNCPOINT TRUE, but I'm not sure if DFHTRANSACTION is available to that TRUE? Without a SYNCPOINT TRUE, we could be missing data for tasks that issue multiple syncpoints.

  • 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
    |
    Sep 11, 2015

    Please note that with CICS/TS 5.3 and single transaction support, we may need to eliminate the analyzer program, so that could affect any solution expecting to use the analyzer to set the value. Another good use of this enhancement would be to identify via SMF those transactions that are eligible for mobile pricing. We plan to pass the device type as one of the HTTP headers, and that could be stored via this technique as well.

  • Guest
    Reply
    |
    May 15, 2014

    - Assuming we would implement this in our analyzer programs, the API we use is the Wbra_Request_header_ptr address, and then we parse through each header field.

    - Yes, our analyzer currently does exactly that - extracts the header fields and issues a MONITOR command to write the contents of the headers to a user EMP. We've thought about passing a container, but that's difficult for a number of reasons. For one, some applications pass data via commarea, so we can't pass a commarea and container at the same time. Also, we would need an exit program on the other side of the mirror to get the container and issue the MONITOR, in each AOR/FOR that the AOR connects to. We are also concerned about the overhead because we would need to add this processing to virutally every task.

    - Updating all associated tasks in the TOR and AOR, so starting with CWXN, then CWBA, then the DPL AOR mirror, then any DPL task associated with the AOR mirror (FOR, other AORs, etc.).

    Thank you!
    Mike Giaquinto

  • Guest
    Reply
    |
    Apr 29, 2014

    The requirements is understood, however, it would be good to clarify a few issues
    - What API is being used to extract the HTTP header information, is it the WEB READ HTTPHEADER command?
    - Has the use of the monitor COMMAND been investigated to add additional user fields to the monitoring records, perhaps with a specific container to flow the information to the AOR
    - Does the requirement include updating all associated tasks in the TOR and AOR with the extracted metadata, or just the tasks in the AOR?