Date: Thu, 17 Jan 2008 09:58:38 -0800
Reply-To: tanwan <tanwanzang@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: tanwan <tanwanzang@YAHOO.COM>
Organization: http://groups.google.com
Subject: Re: How do you print out the current or default ls and ps (line
Content-Type: text/plain; charset=ISO-8859-1
proc options option = ps;
proc options option = ls;run;
Don't know if you can get both on one line: proc options option = ps
ls; I tried and failed.
|