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 Apr 22, 2026

DFHH0412 should support GMTRAN=DISCONNECT for all valid GMTRAN transaction, Also Change in cicstags.yaml for supporting DFHH08* messgaes in exclude list.

The CICS_CAT3_CONFIGURATION health check is raising DFHH0008E, indicating that one or more Category 3 transactions have been changed and now reference incorrect initial programs. The specific findings are:

DFHH0802: Transaction CESF does not invoke program DFHSFP.
DFHH0803: Transaction CESL does not invoke program DFHSNP.
DFHH0804: Transaction CESN does not invoke program DFHSNP.
DFHH0810: Transaction CSGM does not invoke program DFHGMM.
In our environment, we use ACF2 ESM and have configured CESL as GMTRAN. However, CESL has been updated to point to an ACF2-customized logon program, which is why the health check is flagging Exception – Low for DFHH0803 (“CESL does not invoke DFHSNP”).

Does IBM recommend not using the CESL/CESN transactions when implementing customized logon programs? If so, why does message DFHH0412 state: “GMTRAN=DISCONNECT and the good morning transaction is set to either CESL or CESN”?

We attempted to suppress these findings via the exclude list in cicstags.yaml, but adding DFHH08* fails because it is not recognized as a valid message ID. 

My ask is 

1- DFHH0412 health check should expand to allow GMTRAN=DISCONNECT for all valid GMTRAN Transactions.

2- Is it possible to  enhance cicstags.yaml file to support DFHH08*, so we can suppress the related health check messages.

Idea priority Low
  • Admin
    Mark Pocock
    May 22, 2026

    This idea is being rejected.

    The DFHH0412 check is ensuring that if CESN or CESL are used as the GMTRAN that the DISCONNECT option is also specified. These are the CICS supplied signon transactions and the recommendation is that users are disconnected if they attempt to exit the signon transaction without signing on. CICS cannot have a health check to verify that DISCONNECT is used with a user supplied signon transaction because support for that option has to be implemented in the signon program.

    The DFHH08* checks are not able to be suppressed. These checks validate that the category 3 transactions are defined to run the intended program. Category 3 transactions are able to be run by any user without a security check, so there is a potential security issue if those transactions have been changed to run alternative programs.