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 2007, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 30 Apr 2007 11:58:51 -0400
Reply-To:   Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Subject:   Re: An Errorabend problem

On Mon, 30 Apr 2007 11:11:37 -0400, sanjay sun <sanjaysum@GMAIL.COM> wrote:

>Hi Nat, > >Yes its not a batch session and SAS is closing completely on an error. > >thanks > >On 4/30/07, sanjay sun <sanjaysum@gmail.com> wrote: >> >> Hi Group, >> >> Good Morning. >> >> I am using SAS v8.2 On Windows XP. >> >> I was trying to run a program and SAS was closing down on an error. I >> enabled option noerrorabend but of no use. Could any one let me know what >> else I could try? >> >> Thanks a ton. >> >> Sanjay >> >> >>

You should have a look, which libraries you have allocated when the error occures. Sometimes SAS crashes while accessing a corrupt dataset. Try to view all datasets which are also used in your program. Any events there? What you should do also: at the beginning of your program, place a

PROC PRINTTO LOG="c:\sas.log"; RUN;

so you can analyze, wher it occures. That might be helpful in locating the problem. Gerhard


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