EBCDIC to BASE64 Conversion

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.
AttachmentSize
DASSXB64.txt43.64 KB
DASWCB64.txt9.05 KB
DASWPB64.txt2.89 KB

I am trying to view your

I am trying to view your code samples but I am not able to. Is that a problem with the site or how you put them out there. We are trying to base 64 decode information that has been sent to CICS and are trying to figure out how to do it. We have not had much luck so far. Any help would be appreciated. Thanks!

Missing files.

The three text files ended up in the wrong directory after the upgrade I did last weekend. They are back and are now available again. Sorry for the inconvenience! And thanks to shep 1966 for pointing that out to me. Regards Ian