Skip to Main Content
IBM Z Hardware and Operating Systems Ideas Portal


This is the public portal for all IBM Z Hardware and Operating System related offerings. 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 z/OS
Created by Guest
Created on Jun 26, 2026

Feature Request: Native line-feed (LF/CRLF) insertion for ASCII text transfers in GDKUTIL

 

Summary:
Provide a native parameter or keyword in GDKUTIL (e.g., inside SYSIN or the provider JSON) that automatically appends line-terminating characters (LF or CRLF) to record boundaries during text-converted uploads, mirroring legacy FTP ASCII transmission behavior.

 

Business Problem / Use Case:
We are actively trying to modernize our mainframe workflows by migrating legacy file transfers from standard FTP over to GDKUTIL (Cloud Data Access) for direct cloud object storage integration (such as AWS S3 or Azure Blob).

However, during text transfers using the CONVERT keyword, GDKUTIL streams z/OS sequential datasets as an unbroken binary block payload. This results in the target cloud file appearing as a single, massive continuous line of text, completely stripping the record boundaries.

While FORMAT(RECORD) exists, it uses IBM-specific prefixes (IGGRPFX) meant for mainframe cloud archiving. It does not produce a standard, line-wrapped flat file that external cloud ecosystems (like AWS Lambda, Python scripts, or Linux servers) can natively parse.

 

Current Pain Points & Workarounds:
To achieve parity with what legacy FTP does automatically, developers must inject manual pre-processing steps into their JCL, such as using DFSORT to append trailing hex line feeds (X'25') or copying files to Unix System Services (USS) via OCOPY first. This introduces significant development overhead, extra disk space requirements for temporary datasets, and unnecessary processing cycles. Many teams are delaying their migration to GDKUTIL due to this friction.

 

Proposed Solution:
Introduce a new parameter—either a SYSIN keyword like CONVERT(TEXT) or a provider JSON attribute—that instructs the z/OS Client Web Enablement Toolkit / GDKUTIL layer to dynamically inject standard line-terminator bytes (x'0A' for LF or x'0D0A' for CRLF) at the end of each logical record (LRECL) during transmission. This would allow a seamless, zero-rework migration from FTP to GDKUTIL for cloud-bound data.

Idea priority High