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.
This RFE has been delivered via:
V6.2: APAR PH30265 was shipped in the October V6.2 PTF
V6.3: APAR PH29714 will be shipped in the November V6.3 PTF
This RFE is being accepted and has been put into plan.
Hello,
it would be enough, if the SYSOPTF then is used.
But i think, the message (currently) appears before the Option with the MessagExit is read into the Compiler.
Maybe the PrintOut is (if only a warning) deferred until the MessagExit is up and running.
But it is a Try.
Guenter
Hi,
We confirmed that message 4019 has level E (RC=8).
While re-visiting this RFE, a question came up ie will the PARMDD option of JCL satisfy this requirement, and if not, would changing the severity of message 4019 to W to allow customization of that message (ie: making it go away) be satisfactory?
We look forward to hearing back from you.
Thanks.
Due to processing by IBM, this request was reassigned to have the following updated attributes:
Brand - Servers and Systems Software
Product family - Programming Languages
Product - COBOL Compilers
For recording keeping, the previous attributes were:
Brand - Rational
Product family - Design & development
Product - COBOL Compilers
This is in-line with our multi year strategy. This RFE will be updated when we put it in plan.
When using a default of OPTFILE:
Lowering the severity of IGYOS4019-E (OPTFILE set, but no SYSOPTF DD found) would not be a good solution, because if i explicitly give PARM='OPTFILE' then i enforce the SYSOPTF DD with all consequences.
The Usage of MSGEXIT for getting an Error (if it would be lowered as warning message) would depend on correct parameter settings, because MSGEXIT is also an parameter. So it couldn't work at this time.
Maybe if PARM string is empty, check for SYSOPTF DD and use it, if available.