IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Explain synsort please.


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sripriya

New User


Joined: 19 Apr 2005
Posts: 26

PostPosted: Thu Jan 12, 2006 8:18 am
Reply with quote

Hi all,

1. Can u please explain how the syncsort works.

2. This is a program with the below contents...
Can I know how the sorting is done and wht will be the output. ie.
is it that the field to be sorted is starting from 14th position and
is upto the length of 3. Can u pls explain.

SORT FIELDS=(14,3,CH,A,2,11,CH,A),FILSZ=E5000
OUTREC FIELDS=(14,3,
2,11,
17,7,
24,9,
7Z,
33,3,
40X)
END

Sripriya.
Back to top
View user's profile Send private message
nikyojin

New User


Joined: 05 Oct 2005
Posts: 94

PostPosted: Thu Jan 12, 2006 2:47 pm
Reply with quote

Hi Sripriya,

1) Syncsort is basically a high performance sort/merge/copy utility....rather a NON-IBM product, a competitor to IBM's DFSort.

2) The Sort Fields indicate, Ascending sort on the Composite key made up of 2 fields, 1st one a character field from 14---16, 2nd one a character field from 2---12. Once the sorting is over Outrec formats the record layout
Outrec format starting from the first :- 14---16 from i/p,2---12 from i/p,17---23 from i/p,24---32 from i/p, 7 binary zeros,33---35 from i/p,40 blanks.

Regards,
Nikhil .S.
Back to top
View user's profile Send private message
sripriya

New User


Joined: 19 Apr 2005
Posts: 26

PostPosted: Wed Jan 18, 2006 10:27 am
Reply with quote

Hi nikhil,

Thank u very much for the answer .
I got a clear picture now and sorry for the late response.

Sripriya.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts DB2 Statistics - Using EXPLAIN and qu... DB2 1
No new posts Compare input date as YYMMDD with the... SYNCSORT 5
This topic is locked: you cannot edit posts or make replies. Adding comments in Synsort SYNCSORT 18
No new posts Can someone explain me this JCL line ... JCL & VSAM 9
No new posts Help Skipping Records based on Condit... SYNCSORT 10
Search our Forums:

Back to Top