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
Categories IBM i Access Family
Created by Guest
Created on Oct 23, 2024

ACS Run SQL script and prompting for statement variables. Support predefined and default values.

In ACS version 1.1.9.2 support for prompting statement variables with the use of ? or a variable name starting with : was introduced.

Ref: https://www.ibm.com/support/pages/ibm-i-75-tr2-enhancements

This is great.

Prompting for a statement variable will bring up dialog for the input values as a dropdown list. However the only available options in the dropdown list is the option to type in a value (default) or null.

I am missing a few features, besides typing in a value or null, it would be very useful if you could specify a list of predefined values and also a default value.


Edit: I have received feedback from a few people and I see that I need to clarify the request.

The request is not meant to change the format or anything in the actual SQL statement.
I was thinking it could be implemented in the comment section the same way as the key word
-- Description:
have been implemented in the comment section

And implementing this could look like this, but it is up to IBM to decide. The comment with -- Values is used to parse the values for the :STATUS statement variables and the first value is the default value:

-- Description: List User that are disabled/enabled
-- Values: STATUS('*DISABLED','*ENABLED')

select * from QSYS2.USER_INFO where status = :STATUS

Idea priority Medium
  • Guest
    Reply
    |
    Oct 29, 2024
    Thank you for submitting your Idea to enhance IBM i Access Client Solutions (ACS). We understand the request and will consider it for a future update though no commitment is made nor implied.

    IBM Power Systems Development