This statement has no named 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.
A status value is returned in the data item XML-data-group, which is defined in the copybook, lixmldef.cpy. The following condition names are also described in this copybook:
An example of processing the status information in this item is found below and in the copybook, 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.