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.
Duplicate of RFE 92671
This RFE is being accepted but we will be focus on improving performance, but online will never be equivalent to batch performance due to additional overhead involved with transactions.
There was an effort that went in at around COBOL V5.1 GA timeframe to remove COBOL runtime's C library dependency. This work had been picked up by the first PTF of COBOL V5.1. Currently initialization of the COBOL runtime doesn't require bringing up the C (or C++) library into the LE enclave, unless of course C/C++ features are used by the application.
The code generated by the normal LE C compiler and the METAL C compiler are the same. In fact, the way to get METAL C is to specify a compiler option using the normal LE C compiler. The difference lies in the C library calls. Since the COBOL runtime doesn't call out to the C library, it should not make a difference in performance by using the METAL option.
We understand the initialization processing is important, and particularly so for small programs in a transaction environment. We will continue to analyze this code path to find areas for improvements. At the same time, we will go beyond just initialization, and will look at other areas as well. In this regard, it would help us tremendously if profiling information is available from an actual user application. Please let us know if you have performance profiles that you can share with us.
This RFE is being discussed further and requires more time.