The Basics of DO Loops
DO Statement, Iterative Syntax
The iterative
DO statement executes statements between the DO and
END statements repetitively, based on the value of an index variable.
Syntax, DO statement,
iterative:
DO index-variable=specification-1 <,
...specification-n>;
...more SAS statements...
END;
|
Get SAS Certification Prep Guide, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.