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 (November 1997, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 20 Nov 1997 16:13:10 +0200
Reply-To:     Martin Trollope <MartinT@HOLLARD.CO.ZA>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Martin Trollope <MartinT@HOLLARD.CO.ZA>
Organization: Global Internet Access
Subject:      Re: is it possible to use a %GOTO in a if....end data step
              statment?

Check out the %sysfunc macro function in 6.12's online help, it may get you going again.

Vincent Girard wrote in message <01bcf480$4026b100$681297cd@gouv.qc.ca.gouv.qc.ca>... >dear SAS-ler, > i tried to exit a data step in PROC IML with an {if sum(a)=0 then abort} >statment. However each subsequent command did generate an error message >untill the end of PROC IML. Did any sas function allows sum(a) to be used >in a {%if ... %then %goto...} statment?


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