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
Categories Other/Unknown
Created by Guest
Created on Jan 27, 2022

iDz 'Real-Time Syntax Checking' has only COBOL v.5.1 option available

In iDz under the Preferences -> COBOL -> Features -> Real-Time Syntax Checking, under the 'Validate against compiler versions' it seems that Enterprise COBOL V5.1 is default and nothing else is selectable.

Idea priority Medium
  • Guest
    Reply
    |
    Nov 16, 2022
    This has been delivered, please see the latest level of IDz.
  • Guest
    Reply
    |
    Feb 18, 2022

    Thank you for taking the time to suggest an enhancement to our product. Many of our product enhancements result from feedback from our customers, so your input is always very important to us. Your request is currently in line with our product strategy and we added it as a candidate for future releases of the product. Thank you for your suggestion and continued support.

  • Guest
    Reply
    |
    Jan 28, 2022

    Please note: Typically all new COBOL compiler versions only add new syntax, they do not remove prior syntax. Therefore the COBOL real-time syntax checking feature in IDz always supports the latest version and there is no need to select which version the parser should use. The COBOL compiler and IDz have followed this rule for many years, with one exception. There was a major change in the COBOL compiler between version 4.2 and version 5.1. As part of that change some syntax (see below) that was previously valid in COBOL 4 and prior versions was no longer valid in COBOL 5 and higher versions. In order to give COBOL 4 users time to migrate to COBOL 5, it was decided to allow IDz syntax checking to support both versions by adding the preference mentioned in this RFE. Now that COBOL 4.2 will be EOS on 4/30/22, it is time for IDz to remove this preference, and always flag the following instructions as invalid.

    Data Description Entry Clause
    - DATE FORMAT clause on data description entries
    Intrinsic Functions
    - DATEVAL
    - UNDATE
    - YEARWINDOW
    Declarative Statements
    - USE...AFTER...LABEL PROCEDURE
    - GO TO MORE-LABELS