Programming Tips

Strengthen your programming skills with tips and techniques from the experts

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 18 19 20 21 22 58

Back to Top