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 Delivered
Workspace IBM i
Categories IBM i Access Family
Created by Guest
Created on May 6, 2021

CLDOWNLOAD Plug-In SQL support for 'column AS header'

The SQL statement, in the CDDOWNLOAD plugin is enclosed between double quotes ("), restricting the use of the SELECT... AS... clause, to assign a different column header, limiting the scope of the statement.


Use Case:

Most of the time, when transferring data, specific column names in the header is required. If the current column header does not match or it is a result from an aggregate or function operation, it is needed to set a column header as required, e.g. select COLUMN1 as "This Column 1", COLUMN2 as "This Other Column 2"... from myLibrary.myFile. Using this syntax, the plug-in fails as it encounters double quotes as part of the string.


Idea priority Medium
  • Guest
    Reply
    |
    May 11, 2021

    The support requested is already available. When quotes need to be included within a quoted statement, they need to be escaped. For example:
    acslaunch_win-64.exe /plugin=cldownload /system= "/sql=select cusnum as \"Customers num\", lstnam as \"Last name\" from qiws/qcustcdt" /colheadings=1 /display=1

    Marking this as Delivered since the support is already available.