See Your Options
From sasCommunity
Contents |
View One Option
proc option define value option = center;
View a Group of Options
proc option group = macro;
Get List of Groups
proc sql; select distinct group
from Dictionary.Options;
quit;
Bibliography
SUGI28.067: SAS(r) System Options Are Your Friends, Edward Heaton,
http://www2.sas.com/proceedings/sugi28/067-28.pdf
sas-l.140107 tip PROC Options value define option=... R.J. Fehd
list of option descriptions for each category
- How Option value set
- Option Scope
- The option value is of type
- When Can Set
http://www.listserv.uga.edu/cgi-bin/wa?A2=ind0401A&L=sas-l&P=R14085
--macro maven == the radical programmer 10:09, 14 June 2007 (EDT)