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
Created by Guest
Created on May 6, 2014

Add Threadsafety to IBM Fault Analyzer

The Fault Analyzer product has a couple programs that are definied as Quasirentrant in CICS. Of particular note is that the XEIIN exit examines every EXEC CICS statement, incurring overhead when activated. Making FA threadsafe, particularly around the XEIIN exit, would allow for reduced overhead and minimize the number of TCB switches when monitoring for storage overlays (the purpose of the XEIIN exit).

Idea priority Medium
  • Guest
    Reply
    |
    Nov 19, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Development Tooling
    Product - IBM Fault Analyzer

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Enterprise Tooling
    Product - IBM Fault Analyzer

  • Guest
    Reply
    |
    May 8, 2014

    Hello,

    Although the sample definitions for the IDIXCExx programs have CONCURRENCY(QUASIRENT) they are Threadsafe and hence if required can be defined as such.  I have included a trace snippet below which shows a task running on a L8 TCB and the call to the IDIXCE68 program at the XEIIN GLUE does not cause a TCB switch.  

     00101 L8005 AP 00E1 EIP   EXIT  GETMAIN               OK                          00F4,00
     00101 L8005 AP 00E1 EIP   ENTRY LINK                                              0004,1A
     00101 L8005 AP D500 UEH   EVENT LINK-TO-USER-EXIT-PROGRAM IDIXCE68 AT EXIT POINT XEIIN  
     00101 L8005 AP D501 UEH   EVENT RETURN-FROM-USER-EXIT-PROGRAM IDIXCE68 WITH RETURN CODE 0
     00101 L8005 PG 1101 PGLE  ENTRY LINK_EXEC             STGVIO,NO,NO                      
     00101 L8005 DD 0301 DDLO  ENTRY LOCATE                1743DED0,19287D74,PPT,STGVIO      

    I will put a request in to add a comment to the FA users guide to say that these programs can be defined/run in ThreadSafe mode.

    Regards

    Adrian Simcock