On Sat, 9 Mar 2024 08:46:01 -0600, Joel C. Ewing wrote: > ... >If you really want the BASE64 encoding to be in EBCDIC characters, and >also a conversion of a binary value to be interpreted and displayed in >EBCDIC, I would think it much more useful to keep these as two >independent routines. > If it were coded in a HLL as a 64-branch SWITCH statement, it would work alike on an ASCII platform with ASCII encoded input and on an EBCDIC platform with EBCDIC encoded input, producing identical binary output for both.
An outboard ICONV filter might be useful. >>> On Wed, 6 Mar 2024 06:11:01 +0000 Frank Bonaduce wrote: >>> >>> :>Hello Folks. Is anyone aware of where one might locate any sample >>> assembler code, macros or APIs to perform the following: >>> :>- Base64 Decoding (to EBCDIC)- EPOCH Conversion >>> :>Thanks in advance for the assistance.� �Frank. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
