Date: Fri, 3 Dec 2010 04:09:14 -0500
Reply-To: bbser2009 <bbser2009@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: bbser2009 <bbser2009@GMAIL.COM>
Subject: Re: about quit statement and end statement
In-Reply-To: <201012030629.oB2MMgFM020885@willow.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"
End also ends the loop. ;)
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
Kyungtae Kim
Sent: December-03-10 1:30 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: [SAS-L] about quit statement and end statement
I am a beginner for SAS program.
I just wondering about the quit statement and end statement so tried to
find the definition from SAS communty and reference but I am still
confusing about these. Especially, I want to know 'Quit statement' more.
the definition is,
The END statement to end DO group or SELECT group processing.
The QUIT statement terminates the procedure without any further descriptor
creation.
Could you explain more about the Quit statement?
Appreciate in advance.