STOP
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
STOP
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Ends execution of an application program and returns to the main prompt level.
Syntax
STOP
Comments
The STOP command stops execution of the current application program and returns control to the main prompt level (i.e., outside any application program). STOP is equivalent to BYE when used in a fully compiled application running under the Runtime system.
Example
find all Employees where Salary > 10000
if $setcount = 0
stop
endif
The preceding command returns control to the main prompt level when no set results from the execution of a FIND command.
See Also
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5