Multiple rules and components example  General processing example

Chapter 1: Overview

Qualification failure example

This example has the same production object contents as the previous example, however, two of the qualification objects fail, which illustrates how processing occurs when qualification fails on a rule object and on a component object.

Figure 1-6: Simple production object with qualification failures

  1. Input transaction – transaction production passes the input transaction to the production object.

  2. Field objects – the input transaction is parsed into the field objects.

  3. Qp1 – executes the qualification objects attached to the production object.

  4. Qr1 – executes the qualification objects attached to the first rule object, but fails.

  5. Qr2 – executes the qualification objects attached to the second rule object.

  6. R2 – enters the second rule object (R2).

  7. Qc3 – executes the qualification objects for R2’s first component object (C3), but fails.

  8. Qc4 – executes the qualification objects for R2’s second component object (C4).

  9. C4 – enters C4 and generates a piece of the output transaction.

  10. Output transaction – sends the completed output transaction to its destinations.





Copyright © 2005. Sybase Inc. All rights reserved. General processing example

View this book as PDF