HALT
The statement must be included in every GRIP main program. The HALT statement has no parameters. This statement causes the program to stop execution and returns control to where you initially ran the program.
NOTE: The HALT statement should not be included in any subprogram.