Programming Tips

Strengthen your programming skills with tips and techniques from the experts

Programming Tips
Grace Whiteis 0
SAS arrays—be not afraid!

Arrays are a powerful SAS programming tool. They can be used to simplify coding for repetitive calculations, to transpose data and to evaluate variables in a non-sequential manner. Sometimes users are intimidated by the term array, but in SAS, an array is simply a grouping of variables that lasts for

1 53 54 55 56 57 59

Back to Top