| Date: | Thu, 22 Mar 2012 08:11:57 -0500 |
| Reply-To: | "Data _null_;" <iebupdte@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Data _null_;" <iebupdte@GMAIL.COM> |
| Subject: | Re: Macro Debugging XXXX |
|
| In-Reply-To: | <CAPRGo-k+GAeoXwOp8Uy4DZ_BxYW9H+8U_Hre+e-P9sNXr5OnrQ@mail.gmail.com> |
| Content-Type: | text/plain; charset=ISO-8859-1 |
|---|
Parameter SEED has value &SEED
the condition is NOT true.
On 3/22/12, Dan Abner <dan.abner99@gmail.com> wrote:
> 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
>
|