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.

Still problems with CCSID

See original GitHub issue

Issue text goes here.

  • QCCSID: 1141
  • Features:
    • git: false
    • grep: false
    • tn5250: false
    • setccsid: true
    • GENCMDXML.PGM: false
    • QZDFMDB2.PGM: true
    • iconv: true
    • attr: true
  • SQL enabled: false
  • Source dates enabled: true

Variants

{
  "american": "%23@$",
  "local": "%23�$"
}

Errors:

[
  {
    "command": "system \"CHKOBJ OBJ(QSYS/QCPTOIMPF) OBJTYPE(*DTAARA)\"",
    "code": 255,
    "stderr": "CPF9801: Objekt QCPTOIMPF in Bibliothek QSYS nicht gefunden.",
    "cwd": "/home/HEL"
  },
  {
    "command": "system \"CHKOBJ OBJ(QSYS/QCPFRMIMPF) OBJTYPE(*DTAARA)\"",
    "code": 255,
    "stderr": "CPF9801: Objekt QCPFRMIMPF in Bibliothek QSYS nicht gefunden.",
    "cwd": "/home/HEL"
  },
  {
    "command": "ls -p /QOpenSys/pkgs/bin/",
    "code": 2,
    "stderr": "/QOpenSys/pkgs/bin/ not found",
    "cwd": "/home/HEL"
  }
]

The CCSID of QRPGLESRC is 1141.

This is without “source dates”:

image

And after activating “source dates”:

image

So if I leave the “source date” setting to false, I can edit all RPG files (although the source date will be set to 000000 on saving.

Interestingly at least since the last version it shows the text in the member list correctly:

image

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
fheldtcommented, Jul 31, 2022

Bingo! After setting QIBM_PASE_CCSID to 1208 and restarting sshd is is showing everything correctly now.

Thank you so much for your help!

PS: It might make sense to add this to the documentation.

1reaction
worksofliamcommented, Jul 28, 2022

@chrjorgensen Funny I just updated the initial support text to include variants!

Read more comments on GitHub >

github_iconTop Results From Across the Web

MustGather: DB CCSID Issues - IBM
This document describes the necessary information that needs to be collected to aid in quicker resolution for Coded Charecter Set Identifier ...
Read more >
db2 - Will there be any known problems from CCSID switch?
I'm not familiar with db2/iSeries, however I'm working on allowing characters from multiple languages to be stored in a db2 table. Are there...
Read more >
Encoding problems with CCSID · Issue #38 - GitHub
Now I wanted to use nodejs and this package. So i call an as400 program passing json as parameter and getting another json...
Read more >
Shield's FTP Client Addresses Problems with CCSID ...
Customers who use FTP Client have a more Windows-like FTP experience, according to Shield. And while the user interface is still a green...
Read more >
E1: MIG: Considerations for Setting up CCSID on Migrating to ...
They have in data base the # character , they want to have the Ã' character for Spanish language instead. They believe the...
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