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
Categories z/OSMF
Created by Guest
Created on May 12, 2020

Warning about problems during code page conversion while uploading and downloading text data

Product: Zowe CLI, VS Code Extension for Zowe

Actor: User editing data from z/OS datasets, members, or UNIX files on a workstation and using a different encoding than IBM-1047 on the mainframe (e.g. IBM-870, IBM-037, IBM-273...) in the text mode Product download dataset or files in the text mode. The "Content-Type" allows specifying the client encoding (e.g. UTF-8). The z/OS encoding can be also changed by "X-IBM-Data-Type":text;fileEncoding=<codepage>.

If the data contain characters that are missing in the target encoding then these invalid characters are converted to "~" without any warning.
For example "Großrechner" in then it is converted to "Gro~rechner" in default IBM-1047 and the information is lost without knowing that this has happened and that a different code page needs to be used (e.g. IBM-273 in this case).

I would like to be receive information about problems with encoding conversion for these REST APIs:
- GET /zosmf/restfiles/ds/[-(<volser>)/]<data-set-name>[(<member-name>)]
- PUT /zosmf/restfiles/ds/[-(<volser>)/]<data-set-name>[(<member-name>)]
- GET /zosmf/restfiles/fs/<file-path-name> - PUT /zosmf/restfiles/fs/<filepath-name>

I would like to be able to specify a parameter that would modify the behavior and provide similar behavior like encode() function in Python https://docs.python.org/3/library/stdtypes.html#str.encode.

Idea priority High