Skip to Main Content
IBM Z Hardware and Operating Systems Ideas Portal


This is the public portal for all IBM Z Hardware and Operating System related offerings. 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 Planned for future release
Workspace z/OS
Created by Guest
Created on Mar 30, 2022

Spot compatibility issue before run-time

Link-edit message IEW2576I is issued by z/OS BINDER and program run-time failed with S0C1.

IEW2576I 5034 RESULTANT AMODE( 24 ) OF ENTRY POINT AND RMODE( ANY ) OF SEGMENT 2 MAY BE INCOMPATIBLE.

Since module should have RMODE(24) if it is called by program in AMODE(24), there must be compatibility issue as flagged by message IEW2576I for AMODE(24) entry point with RMODE(ANY) segment.

With default compiler option RMODE(AUTO) and RENT for COBOL 6.2, the executable is created with RMODE(ANY) by default.

When main program (e.g. Assembler program and COBOL 4.2 main program) in AMODE 24 calling COBOL 6.2 subprogram in RMODE ANY, the main program fails with S0C1 in run-time.

It is easy for user to ignore informational message with link-edit step ended with RC=0. It will be great if there are other choices to help user to spot compatibility issue and fix it before run-time, e.g. changing IEW2576I into IEW2576W with the associated RC update.

Idea priority High
  • Guest
    Reply
    |
    Apr 2, 2024

    It's critical importance for users to realize that the program object produced by binder having the IEW2576I situation, which will cause S0C4/S0C1 abend when executing. And this serious problem could be avoid at binding step if the binder could issue a warning message with non-zeros RC. Please enhance this function as soon as possible. Thanks!!