 |
Using DO Loops - SAS OnlineDoc, V8
You can use the CONTINUE and LEAVE statements to control the flow of execution through DO loops. The CONTINUE statement stops the processing of the current DO loop iteration and resumes with the next iteration of the loop. For example, the following code
v8doc.sas.com |
 |