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).
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.
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
If you meant
ABC98*, then I agree. 🙂One suggestion: CL already uses
CPF0000as 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 likeCPF0000andMCH0000to serve as broad catch-all message IDs, while patterns such asCPF98*andMCH36*could be used when a developer needs more targeted generic matching.In other words, I would suggest supporting the existing
xxx0000patterns for its familiar visual cue, alongside the asterisk-based syntax for refined matching. I assume the asterisk patterns would be entered without quotation marks.Generic messages in the form "ABC*" will be supported for ON-EXCP.
- IBM Power Systems Development
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