Hi,
I am using Microfocus visual cobol(3.0.2). I want to create an XML file with the XD structure in FILE SECTION.
XML GENERATE WS-XML-DATA FROM XML-DATA
COUNT IN WS-XML-COUNT
WITH XML-DECLARATION
END-XML.
I can see the proper data in WS_XML_DATA while debugging but file is not created in the folder.
Could you please help me in fixing this problem.
Thanks,
Anusha.