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 2, 2011

Timeout ill-behaved terminals to avoid tasks hanging CICS

CEGN hangs forever after RACF terminal timeout

For the last 8 1/2 years, customer has been running with a USERMOD (V4.1 version ANCEGN4) to handle a situation where badly-behaved customer terminals (over which customer has no contol) cause a task to hang forever, taking up a task slot and eventually causing MAXTASKs and CICS recycle. Details are in the referenced PMR and the original one (40246.7TD.000). Current frequency of the problem for customer is about 50 tasks a day, causing a recycle every 3 days or so (MAXTASKS set to 150).

The hang is caused by the following processing:
1. A terminal times out (RACF TIMEOUT set to 15 minutes) and CEGN is started to handle this
2. CEGN does a RECEIVE to save the TERMINAL BUFFER
3. The RECEIVE times out and an ABEND AZCT is issued
4. During abend processing a RESETSR is issued to cancel the outstanding RECEIVE
5. The TERMINAL is still in SEND mode, and CICS needs to SEND an EB. It therefore SENDs a SIGNAL command which is an expedited flow requesting the TERMINAL to send CD so that CICS can send the EB
6. This SEND is never posted complete by VTAM and so CEGN hangs

Instead of having a USERMOD ported to each release, this should be fixed in CICS. There are several ways to implement this, but the 2 main ways seem to be:
1. Have a TIMEOUT on the SEND SIGNAL that causes it to be cancelled and allows CEGN to end (would assume if no response to this then the other end is completely dead)
2. Have a new extra parameter on the GNTRAN SIT (e.g. ,NONE) and use this to control whether the USERMOD code (which would now be put into CICS proper - the USERMOD just skips the CEGN RECEIVE in step 2 above by pretending it isn't a 3270, this already has access to the SIT) is used, or whether the existing code runs

Method 1 would solve several customer issues, not just this one.

Idea priority High
  • 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
    |
    Jun 3, 2013

    This requirement has been re-evaluated. Looking at current plans, it is not likely that this would be implemented in the next two CICS TS releases, so correspondingly this requirement is being rejected. You have an opportunity to resubmit in eighteen months time if you wish it to be considered then.

  • Guest
    Reply
    |
    Dec 12, 2011

    This is something we would like to adress in a future release.