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 2001, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 26 Jul 2001 12:39:24 -0400
Reply-To:   "Droogendyk, Harry" <Harry.Droogendyk@CIBC.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Droogendyk, Harry" <Harry.Droogendyk@CIBC.COM>
Subject:   Re: Displaying all macro variables
Content-Type:   text/plain; charset="iso-8859-1"

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/


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