Date: Fri, 2 Sep 2005 05:06:08 -0700
Reply-To: jshansen <selchauhansen@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: jshansen <selchauhansen@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: detecting which dataset is the current
In-Reply-To: <1125661534.074158.35510@g47g2000cwa.googlegroups.com>
Content-Type: text/plain; charset="iso-8859-1"
Joep,
I don't think that will work.
The line %if (d1 = 'N') %then c = put(&var, z5.);
is mixing macro-code & data-step-code.
A %if MUST cheak the value of a MACRO-var, not a data-step-var.
Thanx anyway, any suggestion gives me new ideas.
Jan
|