Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Language Reference

FINISH Statement

denotes the end of a module

FINISH <module-name>;

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
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.