On Sat, 9 Mar 2024 00:21:32 -0600 Paul Gilmartin
<0000042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote:

:>>It is a means of converting binary data to commonly printable characters
:>>(typically A-Z a-z 0-9 + /)  that can then be shipped in a non-binary manner.

:>To an assembler program it is almost certain to matter whether "A-Z a-z 0-9 + 
/"
:>are in ASCII or EBCDIC representation.

Actually not, as the base64 document survives character conversion.

An assembler routine running using EBCDIC will provide the same result (with
EBCDIC) as the routine running using ASCII with ASCII, i.e., 'A' translates to
the same binary code on both systems.

--
Binyamin Dissen <bdis...@dissensoftware.com>
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to