how to decode base64 encoded zpl data back to ASCII/EBCDIC

Other open source tools published on ScottKlement.com
sbehera00
Posts: 16
Joined: Mon Jul 22, 2024 10:29 pm

Re: how to decode base64 encoded zpl data back to ASCII/EBCDIC

Post by sbehera00 »

Hello Scott,
although SEU giving error "CCSID is not valid", i forced to save the source and compiled. Compilation is fine and also replacing POI with PON, all working fine. Do not know why SEU has problem accepting CCSID keyword but anyway my main problem is solved. THANK YOU VERY MUCH for your help, if at all any insight on why SEU giving error will be helpful..

SEU error:
0131.00 D zplOutU s 65535a ccsid(*utf8)
0132.00 D CPOI s 4a ccsid(*utf8) inz('^POI')
0133.00 D CPON s 4a ccsid(*utf8) inz('^PON')


F3=Exit F4=Prompt F5=Refresh F9=Retrieve F10=Cursor F11=Toggle
F16=Repeat find F17=Repeat change F24=More keys
The parameter for keyword CCSID is not valid. +
Text is skipped to recover from the previous error.
Scott Klement
Site Admin
Posts: 872
Joined: Sun Jul 04, 2021 5:12 am

Re: how to decode base64 encoded zpl data back to ASCII/EBCDIC

Post by Scott Klement »

sbehera00 wrote: Thu Dec 12, 2024 11:28 pm although SEU giving error "CCSID is not valid", i forced to save the source and compiled. Compilation is fine and also replacing POI with PON, all working fine. Do not know why SEU has problem accepting CCSID keyword but anyway my main problem is solved. THANK YOU VERY MUCH for your help, if at all any insight on why SEU giving error will be helpful..
IBM stopped enhancing SEU in March 2008. So all new features of RPG in the past 16.5 years (!!!) will give errors in SEU.

That's not a problem with RPG or the program you're trying to write. It's a problem with SEU. Time to move forward and use RDi or VSCode.
Post Reply