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 z/OSMF
Created by Guest
Created on Jan 5, 2026

Writing & reading several records to/from a data set w/ multi-byte encoding causes TSO servlet timeout

Using the z/OSMF ReST API, writing 810 or more records to a data set with a multi-byte encoding (such as IBM-937) causes the request to timeout after the given response timeout has elapsed.

  1. Create a physical, sequential data set NEW.DATASET with the default block size, lrecl, etc.

  2. Given the following request body, prepare a PUT request to the endpoint /zosmf/restfiles/ds/NEW.DATASET
    你好世界你好世界你好世界你好世界你好世界你好世界你好世界你好世界你好世界你好世
    你好世界你好世界你好世界你好世界你好世界你好世界你好世界你好世界你好世界你好世
    你好世界你好世界你好世界你好世界你好世界你好世界你好世界你好世界你好世界你好世
    ...(repeat the sequence above, until you have at least 810 lines)

  3. Specify the following headers for the request:
    Content-Type: text/plain; charset=UTF-8
    X-IBM-Data-Type: text;fileEncoding=IBM-937
    X-IBM-Response-Timeout: 300

  4. Notice that once the request is sent, the request seemingly hangs until the response timeout has elapsed

  5. Once the response timeout has elapsed (default being 30 sec), the following JSON object is returned with a 500 Internal Server Error:

{
"rc": 4,
"reason": 1,
"category": 2,
"message": "receiveResponseHeader: timeout receiving response (>300 secs): TsoServerConnection(USER=TRAE, ASID=0x007c, QID=0x00260012)"
}


If you adjust the request body so it only uploads 809 lines, the request succeeds without any error within a matter of seconds.

The same issue occurs when reading a data set with 1620 or more lines using the same multi-byte encoding. The only difference for testing this scenario is using GET for the request method instead of PUT, and not including a body with the request.

Idea priority High