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?
|