Page 1 of 1

INCLUDE/OMIT FIELD BEYOND RECORD

PostPosted: Thu Oct 16, 2008 6:25 pm
by ram23bal
Hi all,

Iam getting the following output while sorting the VB file

My sysin is as follows

//SYSIN DD *
INCLUDE COND=((54,1,ZD,EQ,6),AND,
(62,7,CH,EQ,C'ORCLC05'),AND,
(122,4,ZD,EQ,0000),AND,
(129,4,ZD,EQ,0000),AND,
(136,4,ZD,EQ,0000),AND,
(143,4,ZD,EQ,0000),AND,
(150,4,ZD,EQ,0000))
SORT FIELDS=(54,1,CH,A)

If I Change my Sysin as below it works fime

//SYSIN DD *
INCLUDE COND=((54,1,ZD,EQ,6),AND,
(62,7,CH,EQ,C'ORCLC05'))
SORT FIELDS=(54,1,CH,A)

(OR)


//SYSIN DD *
INCLUDE COND=((122,4,ZD,EQ,0000),AND,
(129,4,ZD,EQ,0000),AND,
(136,4,ZD,EQ,0000),AND,
(143,4,ZD,EQ,0000),AND,
(150,4,ZD,EQ,0000))
SORT FIELDS=(54,1,CH,A)



SDF output is as below

20K BYTES OF EMERGENCY SPACE ALLOCATED
SORTIN : RECFM=VB ; LRECL= 4100; BLKSIZE= 4104
SORTOUT : RECFM=VB ; LRECL= 4100; BLKSIZE= 27998
7,848K BYTES OF VIRTUAL STORAGE AVAILABLE ABOVE THE 16MEG LINE,
0 BYTES RESERVE REQUESTED, 2,128K BYTES USED
INSERT 0, DELETE 0
INCLUDE/OMIT FIELD BEYOND RECORD

Re: INCLUDE/OMIT FIELD BEYOND RECORD

PostPosted: Thu Oct 16, 2008 9:59 pm
by Frank Yaeger
The messages indicate you're using Syncsort, not DFSORT, so I moved this thread from the DFSORT Forum to the Syncsort Forum.

Re: INCLUDE/OMIT FIELD BEYOND RECORD

PostPosted: Thu Oct 16, 2008 11:25 pm
by Alissa Margulies
ram23bal,

Please send me all three complete job listings (the first with the error, and then the 2 successful runs). If you can, please also provide me with a SYNCLIST of your current SYNCSORT default options. You can email these files to me as text attachments to alissa.margulies@syncsort.com. Once I receive them, I will be happy to review them for you and provide further assistance.