LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page