View previous topic :: View next topic |
Author |
Message |
manoj nayak Banned
Joined: 12 Apr 2007 Posts: 15 Topics: 8 Location: Ind
|
Posted: Thu Jun 07, 2007 7:35 am Post subject: SORT |
|
|
My requirement is that i want to copy record 5 - 9 and 12 - 14 to a single file (single output).My code that I tried is mentioned below
SORT FIELDS=COPY
OUTFIL FNAMES=SORTOUT1,STARTREC=5,ENDREC=9
OUTFIL FNAMES=SORTOUT1,STARTREC=12,ENDREC=14 |
|
Back to top |
|
 |
CICS Guy Intermediate
Joined: 30 Apr 2007 Posts: 292 Topics: 3
|
Posted: Thu Jun 07, 2007 7:49 am Post subject: |
|
|
Interesting, does it work? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|