# RXS_parseQuit() Call this subprocedure from a user-defined handler procedure to immediately quit parsing the current XML data and return to the procedure which called [RXS_parse()](https://isupport.katointegrations.com/rxs/2.x/rxs_parse.md). This can be useful if you are parsing a very large XML document and the only data you wish to extract is near the beginning of the document. ## Subprocedure Prototype ### IBM i V5R4+ | Field | Description | |---|---| | ` D RXS_parseQuit pr` | Abort XML processing from within the parsing subprocedure. | | ` D rtncde 10i 0 const options(*nopass)` | A custom value to be returned from RXS_parse(). |