LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (December 2010, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Kyungtae Kim <joey.kyung.kim@gmail.com>
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.


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