LRECL=80 and input file has following record structure
XXXXXXX.TEST.SORTIN3
----+----1----+----2----+---
1400000109112100002816
1400400109112100002815
1400100109112200002816
1400300109112200002816
1400200109112100002815
Following SORT card used
//SYSIN DD *
SORT FIELDS=COPY
OUTREC IFTHEN=(WHEN=(11,4,CH,EQ,C'1121'),
BUILD=(1,80))
/*
Job sucessfully submitted with return code ZERO but REQUIRED RECORDS DO NOT POPULATED IN OUTPUT FILE
Desired output file should have 3 records. record 1, 2, 5
But in output file all the 5 records from input file appears as such.
Spool Message
-------------
SYNCSMF CALLED BY SYNCSORT; RC=0000
SYNSORT version used in our installation --> RELEASE 1.3 BATCH 0506 TPF LEVEL 2.1
Please assist.