SAS Users

Providing technical tips and support information, written for and by SAS users.
Programming Tips
Susan Slaughter 3
What's wrong with this code?

Whether you enjoy debugging or hate it, for programmers, debugging is a fact of life. It’s easy to misspell a keyword, scramble your array subscripts, or (heaven forbid!) forget a semicolon. That’s why we include a chapter on debugging in The Little SAS® Book and its companion book, Exercises and

1 44 45 46 47 48 229