SAS : Post 39 : DO Loop Processing: Iterative Programming
SAS : Post 39 : DO Loop Processing: Iterative Programming
DO loop processing
For people with programming background, DO loop is just like a FOR loop (you can easily correlate now).
For people with no programming background, a DO loop is used when you want to perform some task multiple times. Instead of writing the same code again and again, you use a DO loop and this helps you to run that part of the code multiple number of times. You can control the…
View On WordPress











