Date: Mon, 1 Dec 2008 23:03:42 -0200
Reply-To: Paulo Rodrigo <rodrigo.paulo.sp@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Paulo Rodrigo <rodrigo.paulo.sp@GMAIL.COM>
Subject: Re: Failure while merging sorted runs
In-Reply-To: <68aef0a9-1c57-4bf0-802e-7f3cac7674a3@j38g2000yqa.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Did you try to use tagsort option ?
--
Att: Paulo R. Herculano
SAS Consultant
+55-11-9226 6618
Skål Thunar!!
On Mon, Dec 1, 2008 at 6:32 PM, FPAStatman <brentvtimothy@gmail.com> wrote:
> While doing a proc sort, I get the following error
>
> NOTE: There were 1500722 observations read form the data set
> user.table7
> ERROR: Failure while merging sorted runs from utility file 1 to final
> output.
> ERROR: Failure encountered during external sort.
> ERROR: Write to user.table7.data failed. File is full and may be
> damaged.
> NOTE: The SAS System stopped processing this step because of errors.
>
> I know that there is 5 gigs of unused memory allocated to user
> Does anyone know why this failed, and how I can fix it?
>
> Thank you.
>
> (command that failed: PROC SORT data=table7; by x; RUN;)
> (on windows XP, SAS version 9.2)
>
|