Stop command/statement
To terminate program execution and return to command level. A stop command means there is an error that the user has encountered and the workflow process will be terminated. You may be familiar with this command if Windows or another program has stopped working on your computer.
Syntax: STOP
End command/statement To terminate program execution, close all files, and return to command level.The end command is necessary or mandatory in workflow, it also does not have input arguments. It just means the end or that the work has been completed.
Syntax: END