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
Categories Other
Created by Guest
Created on Dec 5, 2016

SuperC - Do Not Report Spacing Changes Unless Within Quotes

There is an existing option, DLREFM (suppress reformatted lines from the listing) which although it does suppress the reformatted lines from the OLD file, it does not suppress them from the NEW file. Another option, REFMOVR, suppresses reformatted lines in both files.

We would like a new option (DLSPC?) that will suppress reformatted lines from both the old and the new file unless the reformatting is within quotes.

Ex 1 - I don't care that irrelevant spaces were removed:
OLD: CALL MYSUB (1,'TEST')
NEW: CALL MYSUB(1,'TEST')

Ex 2 - I don't care that the columns shifted or spaces were removed:
OLD: CALL MYSUB (1,'TEST')
NEW: CALL MYSUB(1,'TEST')

Ex 3 - I do care that relevant spaces were inserted:
OLD: CALL MYSUB(1,'TEST')
NEW: CALL MYSUB(1,' TEST')

Ex 4 - I do care that relevant spaces were removed:
OLD: CALL MYSUB(1,' TEST')
NEW: CALL MYSUB(1,'TEST')

Idea priority Medium
  • Guest
    Reply
    |
    Sep 28, 2020

    This was an interesting idea, and potentially useful, but far more complex to provide as a general purpose option than it might have appeared at first glance. For example, in the first quoted example, a space was completely removed before a parenthesis, which presumably had no effect in this case, but if a space had been completely removed changing "CALL MYSUB" to "CALLMYSUB" that would have had a significant effect. It would also be necessary to have options specifying the quoting convention (for example whether single or double quotes, and whether embedded quotes of the same type are doubled or escaped with backslash as in C) or equivalently one of a list of specific languages to assume for that purpose. It might also be necessary to ignore quotes appearing in language-dependent comment strings.

    What seems to be required here is not even a general comparison program like SuperC, but rather a special-case language-sensitive program to verify that the meaning of a program has been unchanged by reformatting. For compiled code, one solution to this is to compile the original code and reformatted code using the same compiler and options, then compare the binary object code output with the original (ignoring date stamps and similar).

    We are therefore declining this request, as we do not consider it a worthwhile use of our resources, given the complexity, the language-specific nature of the function and the specialised use case.

    Jonathan Scott, HLASM and Toolkit

  • Guest
    Reply
    |
    Jun 15, 2018

    Any status update from IBM? This RFE is still in submitted status. It was submitted a year and a half ago.

    Thank you.

  • Guest
    Reply
    |
    Jan 20, 2017

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Enterprise Tooling
    Product - High Level Assembler (HLASM)
    Component - Other
    Operating system - IBM z/OS
    Source - None

    For recording keeping, the previous attributes were:
    Brand - Servers and Systems Software
    Product family - z Systems Software
    Product - z/OS
    Component - ISPF
    Operating system - IBM z/OS
    Source - None