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 Needs more information
Categories Editors
Created by Guest
Created on Sep 10, 2024

Cobol Editor should have the preference: Host Characters (like LPEX editor)

The Cobol Editor does not display non-displayable characters correctly.

The LPEX editor does have the option to replace characters (LPEX Editor -> Appeareance -> Host Characters)  . This allows us that for certain non-displayable characters (such as 00-06 hex) we can replace them with a displayable character such as space.

But the COBOL editor does not have this capability. This causes that with this editor, these characters are not displayed properly, even being able to induce to the developer to errors (as we see in the column 73, that could make that the program does not compile).

Idea priority Medium
  • Guest
    Reply
    |
    Dec 4, 2024
    Thank you for sharing your Idea. We understand the importance of accurately handling non-displayable characters in the COBOL Editor to ensure developers can work efficiently and avoid potential errors, such as issues with characters in column 73 that might prevent a program from compiling.

    While the LPEX editor does offer the ability to replace non-displayable characters with displayable ones via the Appearance -> Host Characters settings, the COBOL Editor currently does not have a similar feature. However, using hexadecimal notation for these characters, as described in the COBOL documentation here - https://www.ibm.com/docs/en/cobol-zos/6.4?topic=literals-hexadecimal-notation-alphanumeric, provides a modern and effective approach. This technique ensures the source code can be safely taken off-platform and used with tools like Git, SonarQube, IDz, and others without any risk of non-displayable characters causing issues.

    Additionally, adopting hexadecimal notation simplifies code maintenance by eliminating the need for developers to switch to a specialized Hex View to understand or modify values. This approach promotes portability and clarity, aligning with modern development practices.

    Please let us know what you think.