kumareshthangavel
Programmer
Hi, I am trying to build a XML document from COMMAREA fields in CICS using COBOL DOCUMENT API. I am finding difficulty in buidling this because of 'n' no. of OCCURS clause in the COMMAREA.
DOCTEMPLATE expects input as 'String of data' to build XML document.
Is there any easy way to build this string of data (name=value pair) or smart way to handle OCCURS clause in copybook ?
DOCTEMPLATE expects input as 'String of data' to build XML document.
Is there any easy way to build this string of data (name=value pair) or smart way to handle OCCURS clause in copybook ?