The DO Loop

Statistical programming in SAS with an emphasis on SAS/IML programs
Programming Tips
Rick Wicklin 110
Loops in SAS

Looping is essential to statistical programming. Whether you need to iterate over parameters in an algorithm or indices in an array, a loop is often one of the first programming constructs that a beginning programmer learns. Today is the first anniversary of this blog, which is named The DO Loop,

1 150 151 152 153 154 169