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 Not under consideration
Workspace IBM i
Created by Guest
Created on Jul 6, 2011

Using RDPi ability to change the source date for specific member

How to change the source date of all the records for a specific member. From green screen using PDM this can be achieved by opening the member in edit mode (opt 2) then press F13 key which opens the "Change Session Defaults" screen where under ?Set records to date? you can mention any valid date and on hiting enter key will update the source date of all the records for that member with the desired date.

Is the same feature available in RDPi, if YES how is that, and if NO will be great to incorporate the feature.

Thanks & Regards
Dibs


Use Case:

self explanatory in the description.


Idea priority Medium
  • Guest
    Reply
    |
    Sep 21, 2021

    We have evaluated this request and determined that it cannot be implemented at this time.

  • Guest
    Reply
    |
    Jul 7, 2020

    We have reviewed this requirement and we feel it would be a beneficial enhancement to the product. We hope to be able to add it to our development plans in the future.

  • Guest
    Reply
    |
    Sep 14, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Programming Languages
    Product - Developer for Power Systems

    For recording keeping, the previous attributes were:
    Brand - Rational
    Product family - Design & development
    Product - Developer for Power Systems

  • Guest
    Reply
    |
    Oct 13, 2011

    This RFE will be under consideration for a future release. Status has been updated to Uncommitted Candidate.

  • Guest
    Reply
    |
    Aug 5, 2011

    This RFE is consistent with our strategy and product roadmap and IBM is continuing to evaluate.

  • Guest
    Reply
    |
    Jul 21, 2011

    Thanks for the info, but as you mentioned will be nice to see it part of the IBM official supported actions and commands within RDPi.

  • Guest
    Reply
    |
    Jul 13, 2011

    This already exists as a sample extension for Lpex that is included with RP Power. Maybe IBM could make it part of the officail supported actions and commands.

    You can create the action , the command or both. An action can be associated to a key shortcut.

    To create the action :
    In preferences go to Lpex --> User actions
    In the class drop down select com.ibm.lpex.samples.SetDateAction
    The action name will be set to setDate but you can change it if you want.
    Click the Set button

    You can then associate it to a shortcut in Lepx --> User Key actions
    Enter a shortcut such as a-c-d for Ctrl-Shift-D
    Type the name of the command you just created (it won't be in the dropdown). Case matters.
    Click the Set button.

    To create the command :
    In preferences go to Lpex --> User commands
    In the class drop down select com.ibm.lpex.samples.SetDateAction$SetDate
    The command name will be set to setDate but you can change it if you want.
    Click the Set button

    To use:
    Select the lines you want to change (for instance ctrl-a for all lines).
    If you created the action, you can press its shortcut.
    To execute the command: press the Escape key to go to the Lpex command line and type the command name (ex setDate).

    In either case, you will get a prompt to enter the desired date (with the current date as the default).

    If you use the command, you can type the date after the command to avoid the prompt.