EBCDIC to BASE64 Conversion
Submitted by pcs305 on Sun, 2006-07-16 02:30.
Thanks to Margaret Anderson.
1. DASSXB64 is the Assembler Subroutine for converting between EBCDIC
and BASE64. As someone else pointed out, the subroutine =does= do an
intermediate conversion from EBCDIC to ASCII and then to BASE64 because
the only doc the person who wrote this could find gave the conversion
between ASCII and BASE64. I would have preferred a way to go directly
from EBCDIC to BASE64 simply because if any web hackers attempted to
unconvert the BASE64 to ASCII, they'd get garbage and not many of the
hackers (the 16-to-30-year-old variety anyway) have probably ever heard
of EBCDIC. But this one works so we're using it until we get
IPCS/Cryptographic processing available (maybe, someday).
2. DASWCB64 is the COBOL Copybook layout used by COBOL programs (both
CICS and Batch) to pass the values between the caller and the Assembler
Subroutine.
3. DASWPB64 is a sample of the COBOL code used to set up the data
values and CALL the Assembler subroutine for conversion in both directions.
| Attachment | Size |
|---|---|
| DASSXB64.txt | 43.64 KB |
| DASWCB64.txt | 9.05 KB |
| DASWPB64.txt | 2.89 KB |

I am trying to view your
Missing files.