Return codes listed by value

This section lists return codes by value and describes them.

Hex Value Return Code Description
0000 XRC_SUCCESS The z/OS XML parser service was successful.
0004 XRC_WARNING The z/OS XML parser service has partial success.
0008 XRC_FAILURE Processing failed. Returned data areas and parms valid.
000C XRC_NOT_WELL_FORMED The document is not-well-formed.
0010 XRC_FATAL Processing failed. Returned data areas or output parameters cannot be relied on to contain valid data.
0014 XRC_LOAD_FAILED The load of the specified service failed. The return code from the LOAD macro is returned in the reason code field.
0018 XRC_NOT_VALID The document is not valid according to the specified schema.