Date: Thu, 26 Jul 2001 09:31:58 -0700
Reply-To: c-Jeff.Voeller@wcom.com
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jeff Voeller <c-Jeff.Voeller@WCOM.COM>
Subject: Re: Displaying all macro variables
In-Reply-To: <20010726162806.58252.qmail@web10106.mail.yahoo.com>
Content-type: text/plain; charset=iso-8859-1
> 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.
%put _all_;
|