ILE COBOL Programmer's Guide

Unhandled exceptions

If you do not want to handle the exception, return control to the parser without changing the value of XML-CODE. The parser then transfers control to the statement that you specify on the ON EXCEPTION phrase. If you do not code an ON EXCEPTION phrase, control is transferred to the end of the XML PARSE statement.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]