Date: Thu, 22 Mar 2012 08:53:07 -0400
Reply-To: Dan Abner <dan.abner99@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Dan Abner <dan.abner99@GMAIL.COM>
Subject: Macro Debugging XXXX
Content-Type: text/plain; charset=ISO-8859-1
Hi everyone,
Anyone know why the condition below [%IF condition %SUPERQ(SEED) NE ]
is not TRUE? The log explicitly states that the variable has been
assigned the null value. I thought this is what (%IF condition
%SUPERQ(SEED) NE tests??
MLOGIC(PARTITION): Parameter RATES has value 70 30
MLOGIC(PARTITION): Parameter SEED has value &SEED
ERROR: The text expression &SEED contains a recursive reference to the
macro variable SEED.
The macro variable will be assigned the null value.
MLOGIC(PARTITION): %IF condition %SUPERQ(SEED) NE is FALSE
Thanks!
Dan
|