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
Categories Languages - RPG
Created by Guest
Created on Mar 29, 2016

New keyword OVR in DCL-F.

In stead of OVR command before OPEN it would be usefull set an RPG field with OVR command.


Use Case:

DCL-F qSysPrt PRINTER OVR(myOvrCmd);
DCL-S myOvrCmd VARCHAR(255);
myOvrCmd = 'OUTQ(' + myOutQ + ') HOLD(*YES) SAVE(*YES)';
OPEN qSysPrt;


Idea priority Low
  • Guest
    Reply
    |
    Mar 27, 2017

    I see it was closed. Maybe it was to hard to do all the things of the OVRxxxx.

    Maybe do it on a one to one basis, like compiling options:

    SHARE(*YES),
    WAITRCD(*IMMED)

    Theese 2 options are very useful for me.

    Other options - later.

  • Guest
    Reply
    |
    May 9, 2016

    IBM does not intend to provide a solution to this request at this time, so it is being closed.

  • Guest
    Reply
    |
    May 5, 2016

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Power Systems
    Product - IBM i
    Component - Languages - RPG
    Operating system - IBM i
    Source - None

    For recording keeping, the previous attributes were:
    Brand - Servers and Systems Software
    Product family - Programming Languages
    Product - RPG Compiler
    Component - Product functionality
    Operating system - IBM i
    Source - None

  • Guest
    Reply
    |
    Apr 13, 2016

    On the surface this seemed like a good idea as I did like the EXTFILE() keyword but I stopped using EXTFILE() because I could not supply more attributes to the overridden file. However, after having a couple issues with reporting programs in job streams that accidentally ended up getting higher level override attributes that were not wanted we made a guide line to OVR, OPEN, DLTOVR for the generic printer file definitions like QSYSPRT, PRINT, etc.

    As long as this new OVR feature would be only for the file its attached to when opened and cannot translate to later job stack open calls the way normal OVRPRTF's do then I would like this.

  • Guest
    Reply
    |
    Mar 30, 2016

    Creating a new RFE based on Community RFE #86085 in product RPG Compiler.