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 (November 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 16 Nov 2005 16:51:41 -0500
Reply-To:   "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Subject:   Re: Macro on a Unix system

Dump the generated code by following the %MEND with something like

data _null_; generated_code = resolve('%mymacro(whatever)'); put generated_code=; run;

where the quoted string contains a proper invocation of your macro.

What do you see?

On Wed, 16 Nov 2005 22:20:45 +0200, Patricia Mars <pm@AD.FUNNEL.REVENUEDIRECT.COM.AKADNS.NET> wrote:

>Steve Raimi wrote: >> It sounds like the problem is missing semicolons > >nope, they are present and as already stated, it runs just fine on a win 9.1 >machine, same code > >(see original message)


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