question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dataset/files access via ZOWE Explorer don't honor codepage settings.

See original GitHub issue

Since the update of all profiles to v2 structure the codepage property has no more effect on the dataset representation in VScode. The conversion of datasets/members seems to be done with IBM-1047. This behaviour prevents us to use Zowe Explorer v2 because all datasets in our site were encoded with IBM-1141. This was no problem with ZOWE Explorer V1.*.

my zowe.config.json looks like:

{
    "$schema": "./zowe.schema.json",
    "profiles": {
        "zosmf": {
            "type": "zosmf",
            "properties": {
                "port": 443,
                "codePage": "1141",
            },
            "secure": []
        },
        "tso": {
            "type": "tso",
            "properties": {
                "account": "",
                "codePage": "1141",
                "logonProcedure": "IZUFPROC"
            },
            "secure": []
        },
        "ssh": {
            "type": "ssh",
            "properties": {
                "port": 22
            },
            "secure": []
        },
        "base": {
            "type": "base",
            "properties": {
                "host": "zosmf.enterprise.de",
                "codePage": "1141",
                "rejectUnauthorized": true
            },
            "secure": [
                "user",
                "password"
            ]
        }
    },
    "defaults": {
        "zosmf": "zosmf",
        "tso": "tso",
        "ssh": "ssh",
        "base": "base"
    },
    "autoStore": true
}
  • OS: Windows 10
  • Zowe Explorer Version: 2.0.1
  • Zowe CLI Version: 7.0.2

Kind regards, Björn

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
FALLAI-Deniscommented, May 19, 2022

Hi @bsc55753

Can you try with encoding property instead of codePage property?

See #1789

0reactions
FALLAI-Deniscommented, May 27, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

Using the Zowe Explorer views - IBM
Using the Zowe Explorer views · DATA SETS view that shows your data sets and members and allows you to directly open, edit,...
Read more >
Using Zowe Explorer - Zowe Docs
Data sets, USS, and jobs persistence settings: You can store any data sets, USS files, or jobs permanently in the Favorites tab.
Read more >
Zowe 1.23 Release Highlights & Demo Video
The Open Mainframe Project's Zowe community is super excited to announce its 1.23 software release is now available. The Zowe community puts ...
Read more >
Untitled
#nyc Mir 122 nejm, Open page in iframe, Ae lighting, Sapatinho de judia flor, ... Depend on yourself not others, God of war...
Read more >
z/OS V2.4 – The latest and greatest - Gse Conference
Enabled with a new keyword on CHNGDUMP command: OPTIMIZE=YES|NO. • YES allows the system to determine whether or not to honor the setting,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found