| Date: | Mon, 17 Jul 2006 20:46:29 -0400 |
| Reply-To: | HARDIK RAVAL <hardik617@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | HARDIK RAVAL <hardik617@GMAIL.COM> |
| Subject: | macro question |
| Content-Type: | text/plain; charset=ISO-8859-1; format=flowed |
Hello Guys,
I am using this option for a macro that can accept a 32 character variable
name. Can someone guide me how can i reset this option back to option
validvarname = v6 after the macro is executed
option validvarname = V7;
rsubmit;
option validvarname = V7;
endrsubmit;
before the start of the macro and i want to reset this option after the
macro execution is over to
option validvarname= v6.
Can you suggest me how do we do that? thanks in advance
regards
|