I am using below INCLUDE condition on an input file with 223942 no. of records.
//SYSIN DD *
SORT FIELDS=COPY
INCLUDE COND=(726,6,CH,NE,C'??????')
/*
SORT FIELDS=COPY
INCLUDE COND=(726,6,CH,NE,C'??????')
/*
It gives me 289 records in the output file. How to capture the remaining records into a separate file?
Please help.
TIA.