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.
We have assessed this requirement. We have no current plans for this to be implemented and so this requirement is being declined at this point. The requirement will be kept in the RFE system and might be reassessed in the future. You also have an opportunity to resubmit in twelve months time if you wish it to be reconsidered then.
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
Comment 8: 2. Let me see if I understand correctly. You have many programs today each invoked with a commarea. One parameter in the commarea is an method/operation value set by the caller. Instead you would like to invoke this program as an entry point but use different operations with the backend program inquiring the application context rather than the commarea to determine the operation.
It seems to me there is not less code to write here, possibly more.
1) If you have only a single application not calling any other this is fine, but if you have multiple applications working as microservices you have to be able to call every Operation on the platform from every place. The Trigger here for me is the platform because this things belong together. everything else doesn't matter. In fact it should be possible to just throw an applicaiton on a platform an every other application no matter on which cics it Region runs should be able to call it.
There is another RFE from me open which goes in the same direction. It is about automatic MRO Connections for regions defined in a platform.
2.) Of course I could make a program for every entry Point, but in fact no one will pay the Change of code in the Software. If the entry Points should get used I Need a Maximum flexibility to just add it to the existing world. This is what the programmers will do something else they hardly will.
1. Is it possible to make the front end Java servlet and backend PLI modules part of the same application then simple use DPL? This can be static or dynamic routing
2. Can you not declare each module an entry point