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 Delivered
Workspace COBOL Compilers
Created by Guest
Created on May 6, 2015

Accept SYSOPTF without PARM=OPTFILE

The Parameter File SYSOPTF is only used, when PARM=OPTFILE is specified.
If no PARM is given, the Existence of SYSOPTF should be checked and (only if existing) used.

Idea priority Medium
  • Guest
    Reply
    |
    Dec 9, 2020

    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

  • Guest
    Reply
    |
    Sep 12, 2020

    This RFE is being accepted and has been put into plan.

  • Guest
    Reply
    |
    Jun 15, 2020

    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

  • Guest
    Reply
    |
    Jun 4, 2020

    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.

  • Guest
    Reply
    |
    Sep 14, 2015

    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

  • Guest
    Reply
    |
    May 21, 2015

    This is in-line with our multi year strategy. This RFE will be updated when we put it in plan.

  • Guest
    Reply
    |
    May 11, 2015

    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.