Skip to Main Content
IBM Power Ideas Portal


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


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 Delivered
Workspace IBM i
Categories Languages - RPG
Created by Guest
Created on Nov 20, 2024

Possibility to use generic message ID's on ON-EXCP section in MONITOR group

It would be very useful to have ability to use generic message ID's e.g CPF0000, CPF9800 in ON-EXCP op-code within MONITOR group. This should be similar to CL's MONMSG functionality in terms of generic message ID's monitoring.

Idea priority High
  • Guest
    Jul 24, 2026
    IBM believes that the solution for the Idea described is available with the following PTFs:

    7.5 PTF for the ILE RPG runtime: 5770SS1 SJ10448
    7.5 PTF for the ILE RPG compiler, TGTRLS(*CURRENT): 5770WDS SJ10450

    7.6 PTF for the ILE RPG runtime: 5770SS1 SJ10449
    7.6 PTF for the ILE RPG compiler, TGTRLS(*CURRENT): 5770WDS SJ10455
    7.6 PTF for the ILE RPG compiler, TGTRLS(V7R5M0): 5770WDS SJ10460

    Generic messages in the form "ABC*" are supported for ON-EXCP.

    For further information, see https://www.ibm.com/docs/en/ssw_ibm_i_75/rzasl/rpgrelv7r5post.htm for 7.5 or https://www.ibm.com/docs/en/ssw_ibm_i_76/rzasl/rpgrelv7r6post.htm for 7.6.

    - IBM Power Systems Development
  • Guest
    Jul 14, 2026

    If you meant ABC98*, then I agree. 🙂

    One suggestion: CL already uses CPF0000 as a catch-all, so supporting that specific convention would provide useful consistency and also for expectations (RPG developers will use CPF0000 and assume it is a catch all). I would recommended supporting things like CPF0000 and MCH0000 to serve as broad catch-all message IDs, while patterns such as CPF98* and MCH36* could be used when a developer needs more targeted generic matching.

    In other words, I would suggest supporting the existing xxx0000 patterns for its familiar visual cue, alongside the asterisk-based syntax for refined matching. I assume the asterisk patterns would be entered without quotation marks.

  • Guest
    Jul 14, 2026
    IBM intends to provide a solution. However, IBM's plans may change and no commitment is made that a solution will be provided.

    Generic messages in the form "ABC*" will be supported for ON-EXCP.

    - IBM Power Systems Development
  • Guest
    Dec 23, 2024
    IBM will use this Idea as input to planning, but no commitment is made or implied. This Idea will be updated in the future if IBM implements it. IBM will use votes and comments from others in the community to help prioritize this Idea.

    However, it is not possible to use the same mechanism as MONMSG since it is possible to create a message ID such as ABC1200, and ON-EXCP 'ABC1200' can handle that message.

    So if this idea is implemented, it is likely that the syntax for generic message IDs for ON-EXCP would be 'ABC12*'.

    -IBM Power Systems Development