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