INCLUDE/OMIT FIELD BEYOND RECORD



Support for NetApp SyncSort for z/OS, Visual SyncSort, SYNCINIT, SYNCLIST and SYNCTOOL

INCLUDE/OMIT FIELD BEYOND RECORD

Postby ram23bal » Thu Oct 16, 2008 6:25 pm

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
ram23bal
 
Posts: 32
Joined: Sat May 24, 2008 3:57 pm
Has thanked: 0 time
Been thanked: 0 time

Re: INCLUDE/OMIT FIELD BEYOND RECORD

Postby Frank Yaeger » Thu Oct 16, 2008 9:59 pm

The messages indicate you're using Syncsort, not DFSORT, so I moved this thread from the DFSORT Forum to the Syncsort Forum.
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort
User avatar
Frank Yaeger
Global moderator
 
Posts: 1079
Joined: Sat Jun 09, 2007 8:44 pm
Has thanked: 0 time
Been thanked: 15 times

Re: INCLUDE/OMIT FIELD BEYOND RECORD

Postby Alissa Margulies » Thu Oct 16, 2008 11:25 pm

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.
Alissa Margulies
Syncsort Mainframe Product Services
201-930-8260
zos_tech@syncsort.com
Alissa Margulies
Global moderator
 
Posts: 369
Joined: Tue Feb 26, 2008 11:15 pm
Location: USA
Has thanked: 1 time
Been thanked: 3 times


Return to Syncsort/Synctool

 


  • Related topics
    Replies
    Views
    Last post