Oracle Reserved Words
Generate RTF, XML, PDF, and Excel files with ODS and SAS/IntrNet
SAS IntrNet
Label variable with special character
Create delta in the report and label:ods escapechar=’^’;ods rtf file=’temp.rtf’; *** Can be HTML or PDF too;proc report data=sashelp.class nowd ps=40;       col age new;       define new / format=$30. ;/* for the RTF */  &n…
SAS Nerd: Guest Blog by Kirk Lafler
One of my favorite presentations at the recent Western Users of SAS Software conference was presented by Kirk Lafler of Software Intelligence Corporation. He has graciously agreed to allow me to share his paper “You Could Be a SAS Nerd If…” on this site. Here are a few of my favorite parts from his paper: […]
SAS Presents: Kerry Blanchard in Ottawa!
As promised, I’m turning over this space to my colleague Kerry Blanchard. Many of you will know Kerry as an indispensable asset in the SAS user community. Assisting with user group logistics, analysis and support, she’s definitely made my life easier a…
Five strategies to eliminate passwords from your SAS programs
Many people mistakenly assume that just because you want to use a SAS program to access a protected resource (such as a database table), you must include the credentials for the resource inside your program.
Few things cause a database administra…