Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. 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

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


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.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Future consideration
Created by Guest
Created on Nov 16, 2023

CDC – CHCCLP – Option to remove or not display “Repl >” tags

In the CHCCLP script there is a “set verbose” option to display the result of every command. 
With no “set verbose” option the output still includes the “Repl >” tags
Create an option to suppress these “Repl >” tags.
For example.
Repl > chcclp session set to cdc;
Repl > set variable name port1 value 10101;
Repl > set variable name username value clpscriptid;
Repl > set variable name password value xxx;
Repl > set variable name sourceDatastore1 value SOURCE_DS;
Repl > set variable name targetDatastore1 value TARGET_DS;
Repl > connect server hostname my-cloud-server password xxx port 10101 username clpscriptid;
Repl > connect datastore name SOURCE_DS context source;
Repl > connect datastore name TAGET_DS context target;
Repl > list datastores;

DATASTORE        HOSTNAME                                                           SHORT VERSION    DATABASE         TYPE             STATUS           CONTEXT
---------------- ------------------------------------------------------------------ ---------------- ---------------- ---------------- ---------------- ----------------
SOURCE_DC        my-cloud-server@8900                                               V11R4M0          DB2 for z/OS     Dual             Connected        Source
TARGET_DS        my-cloud-server@11000                                               V11R4M0          Oracle           Dual             Connected        Target

Repl > show datastore name TARGET_DS;

PROPERTY                    VALUE
--------------------------- -----------------------------------------------------------
Name:                       TARGET_DS
Description:                target engine - to Oracle database
Host Name:                  my-cloud-server
Port:                       11001
Version:                    V11R4M0T3BIDR_master_5596
Platform:                   Java VM
Database:                   Oracle
Type:                       Dual
Multi-User Configuration:   Yes
TLS Encryption:             Yes
Table Identification:       Schema (owner), table name

Repl > disconnect datastore name SOURCE_DS;
Repl > disconnect datastore name TARGET_DS;
Repl > disconnect server;
Repl > exit;

Needed By Not sure -- Just thought it was cool