Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. 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 Needs more information
Created by Guest
Created on Aug 5, 2024

Python to support further encoding: tags beside 1047 and ISO8859-1

Currently, IBM Open Enterprise SDK for Python seems to only support encoding 1047 and ISO8859-1. If we've coded:

# encoding: cp1141

neither output nor error messages are shown for e.g. printed output. A simple print("Hello World") would be enough to reproduce this.

 

We want to call Python Scripts located in PDS datasets by DSFS. These Python Scripts are written in CCSID 1141. Python should be enhanced to further support these CCSIDs without the need to use iconv before running the Python Scripts.

Idea priority Medium
  • Admin
    JC Yao
    Reply
    |
    Sep 10, 2024

    Python scripts are expected to be in either ISO8859-1 or IBM-1047. Using other code pages should have resulted in an error message. We will fix it in the upcoming PTF.

    What emulator are you using? Will you be able to convert your scripts to the supported code pages?

  • Guest
    Reply
    |
    Sep 9, 2024

    With "#encoding: cp1141" there is no error message, nothing.

    We want to write the Python Scripts in 1141, because our Emulator setting is 1141. The Python scripts are located within PO datasets and we want to call them with the DSFS path from USS directly or in batch. So for this, we opened the RFE (support for cp1141).

  • Admin
    JC Yao
    Reply
    |
    Sep 5, 2024

    Is this regarding writing Python script in cp1411? It is not supported but should have produced an error message. We will look into it.

    On the other hand, Python can process cp1411 data.

    Please confirm.