This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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.
That's a great idea - but as mentioned, it would be necessary to extract that information from the linkage process. As ILE "late binding" is based on service program and procedure "slot" (the ordinal number of the exported procedure - not the name) this could result in wrong information. It would be great, if the new table/view would list :
This would in fact help, when service program exports are changed and the service program signature is staying the same.
Jérôme,
That's a great idea!
But it would be interesting if IBM added linking information to the created program or service program:
- the syntactic analysis of the program source code can be complex (management of /include for example)
- the name of the procedure actually exported can be different from the name used for the call (see extproc)
- procedure pointer (limited use but difficult to analyze)
The analysis of the compilation spool would be more relevant, but much more complex!
IBM could add information on the resolution of imports (procedures and variables) at the level of programs and service programs: external resolution (from a service program) or internal resolution (via a module in the object) for example
Nathanaël