This statement has no parameters.
A non-successful termination of an XML statement may cause one or more lines of descriptive text to be placed in a queue. The XML GET STATUS-TEXT statement fetches the next line of descriptive text into XML-StatusText of XML-data-group.
The statement is always successful (that is, does not set XML-Status of XML-data-group), but returns an indicator of whether there are additional lines of descriptive text available. The following condition-name on the indicator is also described in the copy file lixmldef.cpy:
An example of processing the status information in this item is found below and in the copy file lixmldsp.cpy.
Display-Status.
If Not XML-IsSuccess
Perform With Test After Until XML-NoMore
XML GET STATUS-TEXT
Display XML-StatusText
End-Perform
End-If.