Hi... What's the best way to pull a record from a file if certain bytes match a string? For example, I have a fixed-width file that has a state code in the 200-201 byte of each record. I want to pull all records where state code = 'CA' 'NY' 'NJ' or 'FL', and put them into a new file. How do I go about this? Thanks!