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
Created by Guest
Created on Apr 15, 2015

Flexible Alignment Storage Display

Currently FA aligns its storage display at starting addresses which are multiples of 16. This is often unconvenient:

Sometimes application data is not properly aligned:

- address pointers not on word boundery are not point-and-shootable

- bad aligned fullwords spread over two blocks of 8 hexa digits or even over two display lines

Sometimes I wish to change alignment of the display to ease visually inspect repating data patterns in storage.

I propose to always (or by user option) left align the display of storage to the start address of the requested storage address (even when it is an uneven address).

Idea priority High
  • Guest
    Reply
    |
    Nov 19, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Development Tooling
    Product - IBM Fault Analyzer

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Enterprise Tooling
    Product - IBM Fault Analyzer

  • Guest
    Reply
    |
    Jun 18, 2015

    Changing the current alignment processing is currently not a deliverable enhancement however I believe this could be achieved using a formatting user exit with the LIST DSECT command. I can send you the REXX source to my sample LIST EXEC if you would like it but as an illustration calling EXEC LIST 19832005 displays the following:


    19832005 +0000 DSECT ALIGN
    19832005 +0000 C8D4D5E3 D4C14040 404040CF 1D2CEA21 ALIGNF01 DS 4F
    19832015 +0010 7A13E800 00000000 00000000 00000000 ALIGNF02 DS 4F
    19832025 +0020 00000000 00000000 00000000 00000000 ALIGNF03 DS 4F
    19832035 +0030 00000000 00000000 0000001C 02005D06 ALIGNF04 DS 4F
    19832045 +0040 0D800000 00000000 00000017 95100000 ALIGNF05 DS 4F
    19832055 +0050 80800000 00000000 000000CF 1D2CEC24 ALIGNF06 DS 4F
    19832065 +0060 36E07200 00000000 00000000 00000000 ALIGNF07 DS 4F
    19832075 +0070 00000000 00000000 000000CF 1D2CEA23 ALIGNF08 DS 4F
    19832085 +0080 AEDF6800 00000000 00000000 000001FA ALIGNF09 DS 4F
    19832095 +0090 1E598000 000001FA C13B8000 00000500 ALIGNF10 DS 4F

    Adrian Simcock

  • Guest
    Reply
    |
    Apr 15, 2015

    Attachment (Use case): Example: STCK value at 1647910C: Display is spread over 2 lines.