View previous topic :: View next topic |
Author |
Message |
k99131 Beginner
Joined: 18 Aug 2006 Posts: 10 Topics: 3
|
Posted: Fri Nov 20, 2009 7:21 am Post subject: Strange error (?) |
|
|
Hello!
I have problems with a little dfsort. (It was bigger from the beginning but I have cut it down in an attempt to track the error.) It gives this error message:
Code: | ICE027A 6 END OF FIELD BEYOND MAXIMUM RECORD LENGTH |
Code: | //SORTIN DD *
aaaaaaaaaaaaaaaa
bbbbbbbbbbbbbbbb
cccccccccccccccc
dddddddddddddddd
//SYMNAMES DD *
*Hello
//SORTOUT DD SYSOUT=*
//SYSIN DD *
INREC IFTHEN=(WHEN=GROUP,
BEGIN=(1,8,CH,EQ,C'bbbbbbbb'),
RECORDS=3,
PUSH=(50:SEQ=5))
SORT FIELDS=COPY |
I have found some strange things. If I comment out the "RECORDS=3," statement it will work (no error message) or if I remove the "*Hello" row it will also work!
Any one who knows what is wrong?
Thanks
Sven |
|
Back to top |
|
|
Frank Yaeger Sort Forum Moderator
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Fri Nov 20, 2009 11:30 am Post subject: |
|
|
If you're actually using SORTIN DD *, then I don't see any reason for that message. When I run the same thing with DFSORT here, I get a RC=0. So there's something else you're not telling us or are unaware of.
Please add the following to your job so I can see the diagnostic mesages:
//SORTDIAG DD DUMMY
Then rerun the job and post the complete JES log including the //SYSOUT messages. _________________ 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 |
|
Back to top |
|
|
k99131 Beginner
Joined: 18 Aug 2006 Posts: 10 Topics: 3
|
Posted: Mon Nov 23, 2009 3:21 am Post subject: |
|
|
I have now added //SORTDIAG DD DUMMY and rerun the job. Here is the log.
/Sven
[code:1:404ba1a10d]********************************* TOP OF DATA **********************************
J E S 2 J O B L O G -- S Y S T E M S B 3 4 -- N O D
08.49.17 J0344707 ---- MONDAY, 23 NOV 2009 ----
08.49.17 J0344707 |
|
Back to top |
|
|
Frank Yaeger Sort Forum Moderator
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
|
Back to top |
|
|
|
|