Skip to Main Content
IBM Data Platform Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data Platform 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 Under review
Workspace DataStage
Created by Guest
Created on Mar 16, 2026

Ensure Job Compilation Parity Across DataStage Interfaces

Problem:
There should be functional parity in BASIC code generation across all DataStage job compilation methods, including:

• Thick client (legacy Designer)
• DataStage Flow Designer (DFD)
• Server-side / REST API compilation

Currently, jobs can compile successfully using the legacy Windows-based Designer but fail when compiled through DFD or server-side compilation methods.

Example:

We are using the built-in Transformer function DIGITS inside a Sequence job.

Compilation results:
• Legacy Designer (Thick Client): Compiles successfully
• DataStage Flow Designer (DFD): Compilation fails

Compilation error:

Array 'DIGITS' never dimensioned.

We opened a support case and IBM responded:

"Sequencers are not Parallel but Server jobs. When Server jobs are compiled, BASIC code is generated. The thick client and DFD use different mechanisms to generate the BASIC code. DFD compilation does not support all BASIC functions like the thick client, so the reported compilation error is expected behavior."

This suggests Sequence job functionality is not fully supported in DFD, however the official documentation states Sequence jobs are supported:
https://www.ibm.com/docs/en/iis/11.7.0?topic=designer-sequence-jobs

This inconsistency creates confusion for customers attempting to modernize development workflows.

Similar issues appear in other enhancement requests including:
ISINT-I-839
ISINT-I-743

The common response has been to continue using the thick client. This is not a viable long-term solution.

Impact:

Organizations attempting to standardize on web-based development tooling in Cloud Pak for Data struggle to do so if jobs compile differently between the platforms.

As long as these inconsistencies exist, customers must maintain the legacy Windows-based Designer even when adopting web-based tooling and REST APIs.

While thick client compilation can technically be automated, it requires unnecessary platform dependencies, increases operational complexity, and prevents CI/CD pipelines from being fully implemented using supported server-side or API-based tooling.

Requested Enhancement:

Compilation behavior should be consistent across all DataStage interfaces. Jobs should compile the same way regardless of whether compilation is invoked through:

• Legacy Designer (thick client)
• DataStage Flow Designer
• Next-Gen UI
• REST/API invocation

If architectural limitations prevent a unified compilation mechanism, IBM should provide documentation on differences between compilation paths, including:

• A list of unsupported Server BASIC functions when compiling outside of the thick client
• Supported alternative approaches for affected functionality
• Compilation warnings when jobs use functions that are unsupported or incompatible across the thick client, DataStage Flow Designer, Next-Gen UI, or REST/API compilation paths

This information should be included in the official product documentation so customers can design jobs that are compatible with supported compilation paths.

Needed By Quarter