Hello MicroFocus Team, My requirement is to create XML file using Acu cobol program along with ws-variable3 values. (Note: ws-variable3 has xml tags values.)
But, below logic does not work. Any clue please urgently?
XML EXPORT TEXT
ws-variable3
response-payload
response-len
"ws-variable3".
if not XML-OK go to z.


