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 May 19, 2026

Change GENCMDDOC Command Processing Program to ACTGRP to NOT *NEW

The GENCMDDOC uses the JVM. Its command processing program runs in activation group *NEW.

Therefore each call to GENCMDDOC starts a JVM. It is never reused.

Therefore each call to GENCMDDOC takes "centuries" to get the results, causing contemporary interfaces that need CL Command Help panels to respond poorly.

Either provide a non-Java based solution or change the QUHGCD program in QSYS to a Named Activation Group instead of *NEW.

 

Idea priority Urgent
  • Guest
    Jul 6, 2026

    Thank you for your response about the JVM limitation. I have decided to go ahead with writing my own interface in C that returns the same information, but avoiding JVM use entirely. I have wrapped that interface in an SQL table function and the end-users now see CL Command Help in VSCODE and IBM Bob nearly instantly. Although the IBM-written hover help continues to use the GENCMDDOC feature which users try to avoid due to the extreme length of time it takes to response.  

  • Guest
    May 19, 2026
    GENCMDDOC does not use a JVM in the current job.

    On IBM i, only one JVM is allowed per job.
  • Guest
    May 19, 2026

    Perhaps I don't understand, but if the activation group is changed to something ACTGRP(QILE) then on the 2nd call to that command/program the activation group is already active and the JVM that was previously loaded would be used.

    Or are you saying, that's now how the JVM works?

  • Guest
    May 19, 2026
    Thank you for taking the time to submit your Idea. However, it is being declined. Changing the activation group of the command-processing program would not affect whether GENCMDDOC starts a JVM. It is not feasible to create a non-Java version of GENCMDDOC.

    - IBM Power Systems Development