Example 1

 INCLUDE  COND=(5,8,GT,13,8,|,105,4,LE,1000),FORMAT=CSF
This example illustrates how to only include records in which:
  • The floating sign number in bytes 5 through 12 is greater than the floating sign number in bytes 13 through 20

    OR

  • The floating sign number in bytes 105 through 108 is less than or equal to 1000.

Note that all three compare fields have the same format.