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 (January 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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.


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