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.
I hope you don't mean SECTION, literally. I have been campaigning to deprecate and eventually eliminate SECTIONs from the Procedure Division completely. So many bugs have been caused by programmers who don't know the difference between performing a SECTION and performing a Paragraph. Paragraphs are all that is needed, I would not vote for any enhancement that requires the use of SECTIONs.
This Idea was discussed internally. Nested COBOL programs is the suggested recommendation to achieve this sort of functionality. Any other change that we would implement would still require users to modify/change their existing code. If changes to user code are required either way, we suggest changing it to use nested programs.
As a PL/I programmer as well as COBOL, let me also suggest that the word DECLARE, or a simple DCL should be enough for the commpiler to recognize this is a variable declaration. For example, starting in Column 8 (assuming full-line statemenst will not have been emplemented before this is actioned)
DCL iCount Pic s9(9) Binary value 0.
If you need a structure, you code a "1" in front of the variable. Otherwise a "77" is assumed for DCL
Do we really need a LOCAL-STORAGE SECTION?
Such a great idea. Would be a huge Improvement and would reduce a lot of bugs.
This idea is being investigated further.