Continue Statement

Contents Index


The continue statement can be used in a do loop to branch to the bottom of the inner most enclosing do loop.

The return statement can be used to branch to the bottom of the data step program.


Contents Index

Copyright © 1997 by Jerry Alan Veeh. All rights reserved.