Context Subtree and Execution Stack |
Rule violation messages and RDBMS messages can contain context information about statement execution and records at the time of the error. This context information is a child element of the uslng:message element. <uslng:context app-interface="same as in uslng:messages element"> <uslng:execution-stack> <uslng:execution-element section=".." type=".." name=".."/> <uslng:execution-element section=".." type=".." name=".."/> </uslng:execution-stack> <uslng:record> ... </uslng:record> </uslng:context> The execution-stack element contains the stack of in-progress execution elements at the time of the error. Elements on the stack are limited to RDMI calls, batch jobs and tasks, and decisions.
|