|
Chapter Contents |
Previous |
Next |
| Language Reference |
denotes the end of a module
where module-name is the name of a user-defined module.
The FINISH statement signals the end of a module and the end of module definition mode. Optionally, the FINISH statement can take the module name as its argument. See the description of the START statement and consult Chapter 5, "Programming Statements," for further information on defining modules.
Some examples follow.
finish; finish mod1;
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.