If the value of position 1-3 byte and also position 8 - 10 is 123 or 234, THEN check if the value of pos 4 - 6 is same as value of pos 11 - 13. If same, then ignore that record else dont ignore.
The value in position 1-3 and position 8 - 10 will be aalways 123 or 234. The values in position 4 - 6 and 11 - 13 will be changing.
In the above example, only first 2 records should be ignored.
Could you please help with the SORT card for the above requirement
Joined: 08 May 2006 Posts: 1205 Location: Dublin, Ireland
When showing your code, please use the code tags and paste the screenshot. You're amost there You need to add an AND to match the positions in 4-6 & 11-13 .