Posted: Thu Mar 10, 2005 8:56 pm Post subject: Sorting in to Multiple files.
Hi,
I am splitting a file in to file 1 and file 2. The original file is 1125 bytes and file 1 and file 2 are 1500bytes. I am getting the following error.
SORTOF1 HAS INCOMPATIBLE LRECL
SORTOF2 HAS INCOMPATIBLE LRECL
When I tested the samething with 1502 it worked fine and file1 and file2 were splitted. Could someone please advise on why its not working with 1125 ?
Thanks.
Joined: 19 Dec 2002 Posts: 78 Topics: 6 Location: Trivandrum, India
Posted: Fri Mar 11, 2005 5:51 am Post subject:
krk123,
It is not clear on what conditions you are trying to split the file. Also you have not mentioned how you want to fill the last 375 bytes of file1 and file2. So I am making following assumptions.
1. You just want to split the files evenly.
2. You want the last 375 bytes of the output files as spaces.
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Fri Mar 11, 2005 11:22 am Post subject:
For the record, those are Syncsort error messages, so I can't help you. _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
Hi krk123,
If your Input is 1125 , your SORTOUT should be less than or equal to 1125. That's the reason is worked for LRECL 1502. _________________ Regards
Hari
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum