Tips:How to add SAS Code on the WIKI
From sasCommunity
|
To add SAS code to your pages on sasCommunity.org, wrap your SAS code in this simple wiki markup: <source lang="sas"> Your SAS code goes here </source> |
If you do that, it will appear like it does on the Windows Enhanced Editor in SAS such as: /* Highlighted SAS Code */ proc print data = sashelp.class; title "My Title"; run; |
Submitted by Lainie Hoverstad. Contact me at my Discussion Page.
....read more
