LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 21 Apr 2004 02:47:15 -0700
Reply-To:   j?rg brehe <Joerg.Brehe@SET-SOFTWARE.DE>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   j?rg brehe <Joerg.Brehe@SET-SOFTWARE.DE>
Organization:   http://groups.google.com
Subject:   syncsort
Content-Type:   text/plain; charset=ISO-8859-1

We write programms for the MVS plattform. Can I use the special Register sort-control with syncsort? I will use a Dataset to put in a line like Option Core=Max, filsz=e1234567, avgrlen=322 to override the parameters of syncsort. I will improve the performance of our sorts. After or before the cobol-sort i will clear this dataset and set the best parameters for the next sort. Is this possible for syncsort?

The problem, we don't know, if our customers use DFSORT or SYncsort. So my next question is, there is the DFSPARM DD DSN=.... statement for DFSORT. SYNCSORT seems to use $ortparm DD DSN=...

Is there one statement I can use for both sortprogramms, or must I change?

In the Best, I will use dynamic allocated Datasets, and write in my options to perform our sorts. We invoke sorts in our cobolprogramms. so I will give the best parameters for the sort. We can't use external sorts.

Is there a parameter to influence the average length, so that syncsort can approximate the best using of space? Our customers have sometimes problems with her allocation space. sortwks are to big.

Can I influence the hiperspace with some parameters?

regards jörg


Back to: Top of message | Previous page | Main SAS-L page