I’ve recently been working on an ILE RPG program that needs to read a SQL table that has a VARCHAR column encoded with CCSID 1200 (Unicode). Since RPG doesn’t normally handle Unicode, it takes a little extra effort to process the contents. Here’s a quick example of how you handle this data … The key [...]
↧