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 (June 2006, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 22 Jun 2006 19:19:48 +0000
Reply-To:   toby dunn <tobydunn@HOTMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   toby dunn <tobydunn@HOTMAIL.COM>
Subject:   Re: Sort DATA Step array?
Comments:   To: rdevenezia@WILDBLUE.NET
In-Reply-To:   <4g07s3F1l2dqjU1@individual.net>
Content-Type:   text/plain; format=flowed

Richard,

Ahh I have missed your o so elegant posts lately.

The functions you are loking for are: CALL SORTN, CALL SORTC

Toby Dunn

From: "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET> Reply-To: "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET> To: SAS-L@LISTSERV.UGA.EDU Subject: Sort DATA Step array? Date: Thu, 22 Jun 2006 15:03:50 -0400

I seem to recall a new V9 DATA Step function or call routine that would sort an array or list of variables. { SCL has ASORT }

Something like: call qsort (of x[*]);

Is such a beastie already existing, or am I remembering the future ?

If birdies are listening, call qsort (array,options,lbound,hbound) would be real nice for 1d arrays.

-- Richard A. DeVenezia


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