|
Bill:
%put _all_; will display all macro variables
%put _automatic_; will display all automatic macro variables, i.e. created
by SAS
%put _user_; will display all macro variables the application has created.
Or, if you want to be a tad selective, accessing sashelp.vmacro with a where
clause may be helpful.
-----Original Message-----
From: Bill Dvorak [mailto:bdvorak@YAHOO.COM]
Sent: July 26, 2001 12:28 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Displaying all macro variables
I'm trying to debug a series of SAS programs and need
a quick way to display the current settings of all
macro variables. I've been playing with the symbolgen
option but I'm looking for something that shows all
macro variables and their current values.
TIA
Bill
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
|