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 COBOL Compilers
Created by Guest
Created on May 25, 2019

Enterprise Cobol V4/V5/V6 - Conflicting options DYNAM and CICS("EXCI") is false

When using the CICS coprocessor to compile programs using the EXCI interface, option CICS("EXCI"), the compiler reports an error if the DYNAM option is used :

IGYOS4020-W The "DYNAM" option was discarded due to conflict resolution option. The "CICS" option from compile invocation parameter took precedence.

In fact there is no incompatibility between the DYNAM and CICS("EXCI") options and the NODYNAM forcing is done wrongly.

However, the DFHXCSTB module must be explicitly linked with the Cobol object module.

Idea priority Medium
  • Guest
    Reply
    |
    Dec 17, 2019

    We do not think this is a valid RFE that we should pursue and does not fall inline with our 5 year plan. Also, there exist a possible working previously mentioned. Hence rejecting.

  • Guest
    Reply
    |
    Sep 4, 2019

    We can also use "CALL data-item" to force user CALLs to DYNAM.
    However, the constraint is on calls to the EXCI interface, and it does not seem normal to us that all other calls should be the subject of a specific declaration.
    We propose instead to apply one of the solutions described in our applications 133318 and 135571, and that it is the calls to EXCI that are the subject of a specific treatment.

  • Guest
    Reply
    |
    Sep 3, 2019

    Hi,

    There is currently a workaround that exists today
    ie to use >>CALLINTERFACE directive to make all user CALLs into dynamic CALLs.

    Would this be sufficient?

  • Guest
    Reply
    |
    Jul 10, 2019

    This RFE is still being investigated.