OUTREC FIELD OUTSIDE RANGE



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

OUTREC FIELD OUTSIDE RANGE

Postby jvinoth » Thu Jun 07, 2012 6:41 pm

Hi,
I have used the below error messge when excecuting the sort for matching the records.

JOINKEYS FILE=F1,FIELDS=(1,7,A,7,7,A)                             
JOINKEYS FILE=F2,FIELDS=(1,7,A,7,7,A)                             
OPTION COPY                                                       
REFORMAT FIELDS=(F1:1,7,7,7,F2:15,11,16,15,F1:15,3)               
OUTFIL FNAMES=OUT,BUILD=(1,7,C'|',8,7,C'|',16,11,C'|',27,15,C'|',
                         42,3,80:X)                               


error messge

WER481I  JOINKEYS REFORMAT RECORD LENGTH=   43, TYPE = F   
WER230A  OUT      OUTREC FIELD OUTSIDE RANGE               
WER211B  SYNCSMF  CALLED BY SYNCSORT; RC=0000             



please help me.

thanks.
jvinoth
 
Posts: 132
Joined: Fri Nov 18, 2011 3:13 pm
Has thanked: 0 time
Been thanked: 1 time

Re: OUTREC FIELD OUTSIDE RANGE

Postby NicC » Thu Jun 07, 2012 7:20 pm

Ah - too bad. What is wrong is you are trying to run a SYNCSORT job in a DFSORT forum. The two are incompatible in a lot of ways.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: OUTREC FIELD OUTSIDE RANGE

Postby jvinoth » Thu Jun 07, 2012 7:34 pm

i have two file and need to compare the fileds(1,7 and 7,7) in both the files.if both are same i need to write some selected fields into the ouput file.
jvinoth
 
Posts: 132
Joined: Fri Nov 18, 2011 3:13 pm
Has thanked: 0 time
Been thanked: 1 time

Re: OUTREC FIELD OUTSIDE RANGE

Postby dick scherrer » Thu Jun 07, 2012 8:43 pm

Hello,

If you continue to post in the DFSORT forum, the topics will be deleted.

As the messages rather clearly show, you are trying to write more data than the lrecl can handle.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: OUTREC FIELD OUTSIDE RANGE

Postby BillyBoyo » Thu Jun 07, 2012 10:38 pm

You have a 43-byte REFORMAT record and you are accessing 42,3.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: OUTREC FIELD OUTSIDE RANGE

Postby jvinoth » Mon Jun 11, 2012 3:22 pm

I have corrected it and its working fine..thanks for your post.
jvinoth
 
Posts: 132
Joined: Fri Nov 18, 2011 3:13 pm
Has thanked: 0 time
Been thanked: 1 time


Return to Syncsort/Synctool

 


  • Related topics
    Replies
    Views
    Last post