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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
IBM Power Systems Development
There are a couple of issues with the CLDOWNLOAD plugin in addition to it not being user-friendly to leave the GUI and run a command line option in QSHELL:
There is no flag to set iASP - this means all SQL will need to be fully qualified in three part notation <DB>.<LIBRARY>.<TABLE> - SQL crafted in Run SQL Scripts would have to be amended before it could be run
Only one SQL statement can be run - whereas Run SQL Scripts allows several with a final results set being generated - CLDOWNLOAD could be run multiple times but would each connection be guaranteed to be serviced by the same server job (e.g. with the same QTEMP?)
Additional server-side setup required for configuration
I have also investigated the QSH db2 utility but the output format of this command is not suitable..
The specific scenario we are working with is ACS being delivered via Citrix. ACS users do not have easy access to the local filesystem on the Citrix server, and performance saving to a network drive is very poor (5 minutes+ to save a 70-100 record result set from a simple select statement on a small table).
I will investigate the CLDOWNLOAD plugin option, but it will probably require some development to create a user-friendly wrapper around it as a command line utility will be difficult to get ACS users to adopt.
If neither of these options meet the requirement, please explain.
IBM Power Systems Development