Example 1

  INCLUDE COND=(11,10,BI,EQ,MC)

This example illustrates how to only include records in which the field in bytes 11 through 20 contains only mixed case characters (that is, 'A'-'Z' or 'a'-'z' in all bytes). A record with 'AaBbZRStuv' in 11-20 would be included, whereas a record with 'Aa7BtuvZQR' would not be included.