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 Feb 18, 2020

Auto Generate file open for RPG IV

I can generate Procedures, D-Specs, and Java Method Calls from a right click menu in the LPEX editor for RPG. It would be useful if I could generate file opens as well.

It should work like this:
1. Right click in the editor, and select New -> File open...
2. Dialog opens showing check list of global file definitions.
3. Developer selects files to generate open blocks.
4. On OK, the following open block is generated for each selected file at the cursor location.

if not %open(filename);
open filename;
endif;

This is necessary because in ILE, depending on the activation group, global files may not be open, and they are not necessarily opened on program entry. I see this most often when ACTGRP(*Caller) is used.

I could shift to ACTGRP(*New), but I don't necessarily want to do that for every program, and named activation groups can exhibit this problem as well.


Use Case:

See Description.


Idea priority Medium
  • Guest
    Reply
    |
    Jun 19, 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
    |
    Mar 9, 2020

    Although the theme of this request is consistent with our business strategy, it is not committed to the release that is currently under development.

  • Guest
    Reply
    |
    Feb 21, 2020

    I do use snippets, a lot, but if you have a dozen files, and you don't have them all memorized, it takes longer to going back and forth to find the next file name than it does to type one, copy it a dozen times, and then go back and type over all the file names.

  • Guest
    Reply
    |
    Feb 19, 2020

    Use snippits.

    Jason