Tips:Determining the setting of a particular SAS option
From sasCommunity
Did you know that by using PROC OPTIONS: You can determine the specific setting of a SAS option without having to print out all of the SAS options and then weed through the SAS log looking for it. Oh, yes it's true; simply code the following:
proc options option=bufno; run;
Submitted by Michael A. Raithel, The man who wrote the book on performance.. Contact me at my Discussion Page.
....read more
