Getting Started with TRANSACT (32247-90007)

26 Chapter1
Getting Started
Sorting the Data
No relational conditions were provided for items order-status or order-date. Thus, no data
is excluded based on these two items.
Figure 1-14. More User-Entered Selection Criteria
___________________________________________________
In this example, the relational conditions input by the user specify that order data is to be
retrieved if the cust-no is greater than 0 and less than 2 and order-status is not equal to “c”
or “h” and order-date begins with 85.
CUST-NO> > 0 and < 2
ORDER-STATUS> <> c,h
ORDER-DATE> 85^^
ORDER-NO: CUST-NO: ORDER-STATUS: ORDER-DATE:
po1001 1 o 850101
po1002 1 o 850203
po1003 1 o 850127
po1004 1 o 850301