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 Assembler
Created by Guest
Created on Jun 5, 2012

Allow the underscore separators to improve readability.

From the assembler list (ASSEMBLER-LIST Digest - 3 Jun 2012 to 4 Jun 2012 (#2012-101))

Allow underscore in values: for example allow the developer to code:
A DC F'2_147_483_647'
rather than
A DC F'2 147 483 647'
or
A DC F'2147483647'

Idea priority Medium
  • Guest
    Reply
    |
    Nov 4, 2021

    This requirement has been re-assessed by the current team. We do not consider that the benefits are worth the additional language and implementation complexity. For quoted numeric values, optional spaces can already be used to improve readability as already mentioned. And 16777216 could be more clearly written as x'01000000' or equivalent, although that is obviously a special case. So we are not planning to make any change like this in the near future, and we are declining this request.

  • Guest
    Reply
    |
    Oct 5, 2015

    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)

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Enterprise Tooling
    Product - High Level Assembler (HLASM)

  • Guest
    Reply
    |
    Jul 11, 2012

    I accept this this requirement - it will be added to our list of candidates
    Sharuff Morsa

  • Guest
    Reply
    |
    Jun 5, 2012

    I agree with this RFE. It makes reading the contents of a constant much easier when the length is larger than 4 or so characters. This is the equivalent of the user of periods (.) or spaces in Europe or comas (,) in the US for 5 character or longer numbers.

  • Guest
    Reply
    |
    Jun 5, 2012

    I would find this to be very helpful. The reason is because it would make HLASM consistent with many other languages that I use.