Skip to main content

I have to translate an XML with <CDATA> with BASE64 binairy data </CDATA>   into a PDF-file.

Is it possible to do this with Net Express 5.1 with COBOL.

When it is possible, how can I code it in COBOL-statements.

I have found a program that called C$CARG for RM/COBOL. Is there a routine in Net Express Cobol ?


#cobolnetexpress
#XMLBASE64
#COBOLserver
#NetExpress5.1

I have to translate an XML with <CDATA> with BASE64 binairy data </CDATA>   into a PDF-file.

Is it possible to do this with Net Express 5.1 with COBOL.

When it is possible, how can I code it in COBOL-statements.

I have found a program that called C$CARG for RM/COBOL. Is there a routine in Net Express Cobol ?


#cobolnetexpress
#XMLBASE64
#COBOLserver
#NetExpress5.1

There's no built-in support for Base64 decoding in Net Express, as far as I'm aware.

There are many open-source implementations of Base64 available online. And if you search for Base64 on this site, you'll find articles with attached COBOL source for doing Base64 encoding and decoding, such as this one:

community.microfocus.com/.../17506.aspx