Hello,
I am trying to parse a XML document using Enterprise COBOL version 3.4. I was able to parse it successfully using 'XML PARSE' in batch mode. But I wanted to do the same in CICS. When I tried to use same 'XML PARSE' API in a COBOL-CICS application, it's failing.
When I invoke the CICS transaction witht the 'XML PARSE' command, it's not even invoking any lines of code and it's failing with 'Invalid address being passed to CICS'.
Do we have to do something different for CICS environment?
Thanks in advance for your help!