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 13, 2015

Platform application operation registry

In this RFE I want to put two things, because they belong somehow together. If this should be separated, let me know and I will raise a second one.

---------------------------------------------------------------------------------

System constellation

We have two Cics Regions, one for Java and one for PLI Programs. The reason is, because the Java Regions should run on a ZNULC LPAR, to get a cheaper price.

---------------------------------------------------------------------------------

First issue:

A Java Servlet (Java Region) now wants to invoke an PLI Application (PLI Region). At the moment you need dynamic routing to make this possible. @Cics Team: Please correct me if this is wrong. The second possibility to solve this would be to define an operation on an remote entry point, what is not possible at the moment.

---------------------------------------------------------------------------------

Second issue:

We have hundreds of PLI Modules which are invoked with an operation. We call them Method Modul. They all are build in the same way. There is a commarea with one pointer. This pointer points to a Method (z.B.: PRODUCT_DATA_GET), a data in, data out and a return code. For me the operation from the application is a little bit the same on a public scope.

I have discussed this with the developers and it would be great to have the possibility to define multible entry points on the same module. On the other side in the program the developer wants to extract the operation and handle the workflow in different ways.

---------------------------------------------------------------------------------

In my opinion the operation should be not connected to the program this is not realy flexible and you allways have to define some sort of routing in the region. It would be better to have a sort of operation registry table in the platform where every application which is installed is registered.

This things would be solved:

-> In this way you wouldn't need any routing for an invoke application, because from the binding you know where the program is running.
-> It would be possible then to add multiple entry points to on program.
-> Easily provide unique operations each platform an check this.

I hope I have described everything enough.

Let me know if not.

Regards

Peter

Idea priority Medium
  • Guest
    Reply
    |
    Jan 17, 2017

    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.

  • 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
    |
    Jul 23, 2015

    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.

  • Guest
    Reply
    |
    Jul 22, 2015

    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.

  • Guest
    Reply
    |
    Jul 21, 2015

    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