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 (April 2000, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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