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 think it is not worth adding new syntax to the language for this especially given that there are some valid concerns about this. If there was an interest, we could provide a new option called, say, SUPPRESS, that would provide a "quick" version of the EXIT option in that it would specify a set of message numbers that would be suppressed in this compilation.
After having filled this comment box with nearly 500 characters explaining that this is bad and why it's bad, this wonderful website discarded my message upon clicking submit, so I'll just retype the last few sentences:
The RACF setting of
"we allow you to look at any dataset, except a few sensitive ones"
is way worse than the
"you're not allowed to look at any dataset, unless we explicitly allow you"
So regarding the, "To prevent its misuse, we could also provide an option that would outlaw it"?
You should absolutely outlaw it, unless a site explicitly changes the set-up of the compiler to allow it, and ideally that should involve RACF, so that any auditors have the final say, and can outlaw sloppy programming. In the past I've seen a 40,000+ line program that compiled without a single message, not even a 1041 (which is really a message that stinks like a pile of manure!)
And what would even an experienced programmer do with a "(suppress(1059)): end;", because that's what your going to get...
Other languages have similar capabilities. To prevent its misuse, we could also provide an option that would outlaw it
This has a high potential of misuse and isn't transparent for the next developer who has to change such a program. It would also increase the behaviour to remove all compiler messages by hook or by crook.