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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
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
With Dan's agreement, I think we will reject this RFE and start over with a resh one, doumenting the problem seen by the customer.
I have been straightened out. We can and do successfully use the TRUE's UEPHMSA when XRMIOUT is driven for the DLI (DFHEDP) TRUE. So we are all set for EXEC DLI calls. But the problem is with applications that use the DLI Call interface (i.e. Call CBLTDLI). Using that interface, the DLI (DFHEDP) TRUE is not involved. So for that interface, XRMIOUT is only driven for the DBCTL (DFHDBAT) TRUE. It is for that interface that we have no supported to way to use an XRMIOUT program to access the calling application's RSA.
You need to look at the TRUE's UEPHMSA for the TRUE with name DLI (ie DFHEDP) rather than DBCTL (DFHDBAT)
I am looking at the UEPHMSA in the DFHUEPAR for the TRUE. In the DFHUEPAR for XRMIOUT, UEPTRUEN is the address of characters 'DBCTL ' and UEPTRUEP addresses the DFHUEPAR for that TRUE.
Which UEPHMSA are you looking at ? There is one for a GLUE and one for a TRUE. XRMIOUT will get invoked twice, once for DFHDBAT and once for DFHEDP. One of the parms passed to the XRMIOUT GLUE as well as its own DFHUEPAR plist is the DFHUEPAR plist for the TRUE just invoked. I would expect UEPHMSA in the TRUEs (DFHEDP's) plist to point back to the application.