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 (October 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 25 Oct 2002 10:38:05 -0700
Reply-To:     Dale McLerran <stringplayer_2@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Dale McLerran <stringplayer_2@YAHOO.COM>
Subject:      Re: GPlot Keeps running. Produces no Output file ..
In-Reply-To:  <3DB8B0C2.9010100@bellatlantic.net>
Content-Type: text/plain; charset=us-ascii

Having been recently bitten by a similar bug, let me state that a QUIT statement alone is not sufficient to generate the desired graphics when using any of the SAS/GRAPH procedures. One must include a RUN statement in order to generate the graphic. As each GPLOT will allow multiple PLOT statements (each PLOT statement generating a new graphic as opposed to use of a PLOT and PLOT2 statement), the QUIT statement is necessary to terminate the GPLOT procedure. Of course, submitting additional code following the PROC GPLOT will result in a step boundary where implicit RUN and QUIT statements will be invoked.

Dale

--- Roger Lustig <trovato@BELLATLANTIC.NET> wrote: > Vatsal: > Try putting a > > quit; > > statement after the rest of the proc. > > Roger

===== --------------------------------------- Dale McLerran Fred Hutchinson Cancer Research Center mailto: dmclerra@fhcrc.org Ph: (206) 667-2926 Fax: (206) 667-5977 ---------------------------------------

__________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/


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