Page 2 of 2

Re: sort out selected records

PostPosted: Fri Feb 08, 2013 10:35 pm
by vikkysharma
thanks to all for your suggestion. i have resolved the issue and posting the solution below.

SYSIN DD *
  SORT FIELDS=COPY
  INCLUDE COND=(75,3,CH,EQ,C'TCB')
  INREC FIELD=(26,7,74,22)
  OUTREC FIELD=(1,29)
/*


Code'd