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
Workspace PL/I Compilers
Created by Guest
Created on Apr 26, 2019

new suppress prefix

The compiler has a lot of useful informations and warnings.
Some of this couldn't be eliminated at time - therefore the message list get longer and longer - the risk to overlook a new message increase.
As developer I want to accept a message for a statement - therefore the compiler should not show me this message for this statement next time.

Idea priority Medium
  • Guest
    Reply
    |
    May 11, 2020

    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.

  • Guest
    Reply
    |
    Jun 4, 2019

    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...

  • Guest
    Reply
    |
    Apr 30, 2019

    Other languages have similar capabilities. To prevent its misuse, we could also provide an option that would outlaw it

  • Guest
    Reply
    |
    Apr 29, 2019

    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.