Dataset/files access via ZOWE Explorer don't honor codepage settings.
See original GitHub issueSince 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:
- Created a year ago
- Comments:7 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @bsc55753
Can you try with
encoding
property instead ofcodePage
property?See #1789
Hi @bsc55753
Missing
characterSet
695 on your tso profile?https://www.ibm.com/docs/en/SSEQ5Y_5.9.0/com.ibm.pcomm.doc/reference/pdf/hcp_referenceV58.pdf