We are creating a STRING file to send to CICS and they are expecting HEX Characters... Is there a way to create HEX Character set using PB?
We are creating a STRING file to send to CICS and they are expecting HEX Characters... Is there a way to create HEX Character set using PB?
I don;t think that will work as Sufyan needs to have the data stream EBCDIC encoded for CICS (mainframe) to which the Blob() method does not support that encoding type.
Regards ... Chris
Also, using the tilde method, IF having to encode to EBDIC, you'd still have to use a conversion table like this?
https://www.ibm.com/docs/en/iis/11.7?topic=tables-ascii-ebcdic
regards.