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 2009, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 8 Apr 2009 09:39:27 -0500
Reply-To:     "./ ADD NAME=Data _null_;" <iebupdte@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "./ ADD NAME=Data _null_;" <iebupdte@GMAIL.COM>
Subject:      Re: file in use (any ultraedit users on list?)
Comments: To: data _full_ <data_full@more.cn>
In-Reply-To:  <gric1c$9pa$1@news.motzarella.org>
Content-Type: text/plain; charset=ISO-8859-1

On 4/8/09, data _full_ <data_full@more.cn> wrote: > ERROR: File is in use, c:\sasfiles\test.sas. > ERROR: File is in use, c:\sasfiles\test.sas. > ERROR: File is in use, c:\sasfiles\test.sas. > ERROR: Errors printed on page 1. > ERROR: Errors printed on page 1. > ERROR: Errors printed on page 1. > > yes, it repeats 3 times in the log

This is because the default system options is OVP. Back in the day SAS would overprint the errors in the log so they would show up better. Use

OPTIONS NOOVP;

to get the more modern behavior.

I can't offer any help for your actual problem.


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