Chapter Contents |
Previous |
Next |
Form Data Model: _term |
Syntax | |
Details |
Syntax |
CALL SEND (model-id, '_term'); |
Details |
The _term method runs the source entry's DFTERM label. It also calls the super _term method. (For more information on DFTERM, see the Data Set Data Model class.)
If your model subclass of the Form Data Model class has special requirements for termination, your subclass should override the _term method. The subclass should also call the super _term method so that the Form Data Model class method can run.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.