Date: Mon, 17 Aug 2009 07:29:53 -0700
Reply-To: coolguyz73 <sibby2509@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: coolguyz73 <sibby2509@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: SAS Application closes
Content-Type: text/plain; charset=ISO-8859-1
On Aug 17, 9:20 am, iebup...@GMAIL.COM ("Data _null_;") wrote:
> I would guess the last sub program includes the line
>
> ENDSAS;
>
> On 8/17/09, coolguyz73 <sibby2...@gmail.com> wrote:
>
>
>
> > I have a program which includes other sub programs in it. The first
> > sub program reads a file into the dataset, the next two subprograms
> > does some formatting and the final sub program (macro) writes the
> > output. When I run this program for a million obseravtions, the log
> > file closes and the SAS application closes. It does give the right
> > output though.
> > Can someone tell why the SAS application closes ?
>
> > Thanks- Hide quoted text -
>
> - Show quoted text -
Thanks for all the replies!!! It does have a ENDSAS statement in the
final sub program as well as the end of the main program.
Could removing the stmt rectify the fault
|