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 (March 1996, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sun, 24 Mar 1996 21:22:14 GMT
Reply-To:   yuzhou@VASSAR.EDU
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   yuzhou@VASSAR.EDU
Organization:   Vassar College
Subject:   Q: Macro variables efficiency?

Hi, everyone:

Can anyone tell me how SAS store the macro variables? Is each macro var given same amount memory(block), or amount of memory is given based on the number of characters in the macro var. For example, I have a character string 'ABCDEFGHIJ'. I can do a) %let var1=ABCDE; %var2=FGHIJ; b) %let var3=ABCDEFGHIJ; Which one is more efficient in term of using memory ( imagine I have hundrads of macro vars and thousands of characters, efficiency really matters).

In addition, is any way I can delete (or drop) these macro vars after using them?

Any suggestion is greatly appreciated. TIA

Jun Zhao


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