Could you suggest me the best way can I reduce the CPU time significantly in SYNCSORT?
I do have the following questions with SYNCSORT
1). Does SORTWORK allocation impact CPU time processing?
2). The input file is spanned across 19 volumes in TAPE. Any possibility to faster the I/O processing?
3) Any additional parameters required to improve CPU time significantly?
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
Posted: Fri Jan 20, 2006 2:18 pm Post subject:
Realize that MAXSORT doesn't reduce CPU but rather makes large SORTs easier to manage. Subsets of data in pre-determined amounts are sorted and then MERGEd automatically.
You could eliminate tape rewind time by allocating multiple units as UNIT=(TAPE,2). _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity.
Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
Posted: Sat Jan 21, 2006 3:25 am Post subject:
kris_madras,
Quote:
2). The input file is spanned across 19 volumes in TAPE. Any possibility to faster the I/O processing?
For faster I/O processing and reduced elapsed time, you can use PARASORT or if you have the latest version of Syncsort (v 1.2) then you can go for PIPESORT. Syncsort has brought in special techniques to process multi-volume datasets faster. You may not experience any reduction in CPU time, but elapsed time is reduced greatly. Check your manual for more details.
Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
Posted: Mon Jan 23, 2006 1:06 am Post subject:
Kris_madras,
Quote:
Could you send me the link or manual to use PIPESORT?
I would love to send you those docs, but Syncsort manuals are copyrighted and are not available for free distribution. Since you already have the latest version of syncsort, you can talk to your system programmers to get a copy of the manual. I am sure They will have it.
But I can give you a sample code. There is a small change in the DD names used. Pipesort has a new DD Name called SRTnCNTL replacing SYSIN. You must code your sort card under this DD. You can do multiple SORTs on the input file producing different outputs by coding different control cards SRT1CNTL, SRT2CNTL. etc....Also, note that every SRTnCNTL has a matching SYSOUTn (SYSOUT1, SYSOUT2....) in addition to the default SYSOUT DD.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum