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 Submitted
Workspace z/OS
Categories Shell & Utilities
Created by Guest
Created on Sep 23, 2025

Simplify FTP with z/OS Data Sets

To transfer a data set from one z/OS system to another via FTP, the target system needs to have compatible attributes set or else you encounter errors such as

EZA2590E send error from send_data - EDC5140I Broken pipe. (errno2=0x76697242)
EZA2603E Error sending the file
451-Error: Name=BSMRBF RC=-13
451-System completion code and reason: B37-04
451-Data set is out of space.
451-Error (1013) closing the data set.
451 Transfer aborted due to file error.

Those errors suggest several possibilities, including the need for more DASD. In our situation, though, we needed to use the FTP LOCSITE command to set attributes based on the source data set. For example:

LOCSITE TR PRI=13733 SEC=1500 REC=FB LRECL=4160 BLKSIZE=24960

This idea is to have the FTP command detect that the source is a z/OS data set and the target system is a z/OS system and then suggest a LOCSITE/SITE command (depending on whether a get/put was used) with attributes that might help the transfer succeed.

For example:

EZA2590E send error from send_data - EDC5140I Broken pipe. (errno2=0x76697242)
EZA2603E Error sending the file
451-Error: Name=BSMRBF RC=-13
451-System completion code and reason: B37-04
451-Data set is out of space.
451-Error (1013) closing the data set.
451-Possible to succeed with LOCSITE TR PRI=13733 SEC=1500 REC=FB LRECL=4160 BLKSIZE=24960
451 Transfer aborted due to file error.

Idea priority Medium
  • Guest
    Sep 23, 2025

    A step further, have FTP extract all the attributes from the source DSN and enact those same values for the target DSN.  An option to overcome any SMS routines / restrictions.