SLIP trap for return codes from the z/OS XML parser

To obtain a dump on a specific reason code from any of the z/OS XML parser callable services, use the release appropriate SLIP example in the following table:
Table 1. SLIP examples by release
z/OS® release SLIP example
V1.11 or higher
SLIP SET,IF,A=SYNCSVCD,RANGE=(10?+220?+48?+8?+E),
DATA=(4G!+F0!+b2,EQ,xxxx),
SDATA=(CSA,LPA,TRT,SQA,RGN,SUM),j=jobname,END
where xxxx is one of the 4 digit (2 byte) reason codes listed in Reason codes listed by value that is to be trapped and j=jobname is the optional jobname that is expected to issue the error (for example, j=IBMUSER).