Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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 Future consideration
Workspace IBM i
Created by Guest
Created on Sep 23, 2021

Enhance PARM ELEM and QUAL statements to support 8-digit DATE value

When creating IBM and User-written CL commands, the PARM ELEM and QUAL statements are used to define parameters. Today the TYPE parameter of those statements supports *DATE. However it always passes the value into the command processing program (CPP) as 7-position value.
We need a new *DATE2 or similar option to allow the definition of a "date" input value that is passed to the CPP as an 8-position value with its 4-digit year. Perhaps it can be similar to the VARY parameter that accepts the resulting length as a 2nd element.
For example: PARM KWD(ORDDATE) TYPE(*DATE 8)
Where TYPE(*DATE 8) indicates that an 8-digit date is passed to the CPP.


Use Case:

I have a user-created CL command with TYPE(*DATE) parameter(s) and the CPP is C or C++ that uses SQL.
Neigther of these languages support *CYMD format so an IBM i API has to be called to convert it to another usable format.
Please support a new TYPE(*DATE 8) option that passes the date value entered by the end-user to the CPP as YYYYMMDD format. (character-based)


Idea priority High
  • Guest
    Reply
    |
    Nov 29, 2021

    IBM agrees with the request and a solution appears to be desirable and feasible. IBM intends to provide a solution. However, IBM's plans may change and no commitment is made that a solution will be provided.

  • Guest
    Reply
    |
    Nov 23, 2021

    The CAAC has reviewed this requirement and recommends that IBM view this as a high priority requirement that is important to be addressed. You should not have to explain 7-digit dates to anyone anymore, especially to those who are new to the language, and too young to have experienced the old constraints of memory usage.

    Background: The COMMON Americas Advisory Council (CAAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CAAC has a key role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community, and has therefore reviewed your RFE.

    For more information about CAAC, see www.common.org/caac

    Nancy Uthke-Schmucki - CAAC Program Manager

  • Guest
    Reply
    |
    Sep 24, 2021

    Can I vote 160 times for this one?