| Date: | Wed, 5 Apr 2000 01:37:25 GMT |
| Reply-To: | Blood Monger <bmonger@HOME.NET> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Blood Monger <bmonger@HOME.NET> |
| Organization: | @Home Network |
| Subject: | SAS Macro problem on MVS OS/390 |
| Content-Type: | text/plain; charset=us-ascii |
I am writing a program and am trying to write something to the effect
of:
%macro whatever;
set dataset;
if thisvariable = thisvalue then do;
%thismacro
<more stuff>
end;
else %thatmacro
%mend whatever;
Basically my problem is I keep getting unclosed do blocks because it
jumps to another macro. Is there a way around this?
Thanks,
Chris
bmonger@hotmail.com
|