Tip of the Day:July 13

From sasCommunity

Jump to: navigation, search

sasCommunity Tip of the Day

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.



Feel free to comment on this tip.


Prior tip - Next tip - Random Tip

Submit a Tip

Personal tools