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 Aug 31, 2017

CICS timeout for web client commands

We use RTIMOUT to limit the amount of time a CICS web client process(WEB OPEN/SEND/RECEIVE/CLOSE) will wait for a response from a web service. According to doc this is our only choice. It would be more convenient to have the ability to specify a timeout parameter on a specific client command, say the OPEN or SEND. RTIMOUT is used for other purposes, for example MRO transaction timeouts, and this fact creates conflicts if an MRO transaction does web client services.

Idea priority Medium
  • Guest
    Reply
    |
    Dec 6, 2017

    The new async api provided in CICS TS 5.4 will provide a solution to this problem.

  • Guest
    Reply
    |
    Nov 30, 2017

    Yes, you are right---we are upgrading to 5.4 and the new feature you mentioned will likely solve the problem. Thanks

  • Guest
    Reply
    |
    Nov 23, 2017

    Would use of the asynchronous API provided in CICS TS 5.4 be an option here? The parent child task capability would provide the desired 2 second control in the parent transaction without incurring AZIG abends. The child transaction would be a separate unit-of-work, but the easy-to-use API makes the whole process a lot easier and less risky then a homegrown solution.