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 Nov 20, 2012

File Manager should use SSAs with unsigned zoned decmial fields

File Manager/IMS batch functions will create SSAs for decimal fields. This is somewhat understandable, for binary or packed decimal fields. However, for unsigned zoned decimal fields (PIC 9999), an SSA would improve performance dramatically. Recently the above PMR corrected the #U prefix. However, the customer prefers not to have to enter that field. Other products such as DataVantage create SSAs without special characters required.

Idea priority Medium
  • Guest
    Reply
    |
    Mar 13, 2019

    In our experience the high-order 4 bits of the sign byte is often not correct in customer data.
    For unsigned fields it should contain an X'F' but this is often not the case.
    If we were to generate an SSA, this would only return the required segment when the high-order 4 bits of the sign byte contains an X'F'.
    We are not going to make this change because it will change the behaviour of FM/IMS and upset many of our customers.
    To get the behaviour the customer has requested, all they need to do is prefix the field reference number with #u instead of #.
    So they have a workaround.
    These are my reasons for rejecting this request.

  • 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 File Manager

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

  • Guest
    Reply
    |
    Sep 10, 2013

    Reading the Developer Comments below sounds like we can use >>

    #U:fieldname in batch mode but not online mode, correct ?



    Also the comment was made “Why does the customer prefer not to enter that field”.

    Which field, the literal #U or the SSA value ?



    Developer Comment “its one extra character”.

    What is the 1 extra character, the actual number after #U ?

  • Guest
    Reply
    |
    Sep 4, 2013

    We have made certain enhancements - the #Unnn or (#U:fieldname -where allowed XML templates and batch functions) can be used to instruct FM to make character comparison as opposed to numeric comparisons and therefore ensure SSAs can be used. The issue with PIC 9999 zoned is the data can still contain an overpunch sign and can be validly interpreted irrespective of the copybook declaration - therefore FM needs an external directive to do the character comparison which is what the #U has been provided for. Why does the customer prefer not to enter that field as we don't see why this is a problem its one extra character to make sure a non numeric comparison is performed for a numeric field.

  • Guest
    Reply
    |
    Apr 2, 2013

    Can we get an update on the status. The customer wants to replace a DataVantage product with the IBM File Manager software. This would help close the deal. TX.

  • Guest
    Reply
    |
    Jan 17, 2013

    Any chance this will ever happen? This is more of a problem than a request for enhancement.