<< back to sysax.com Product page

1.11. Script termination

A script will stop execution after the last command in the file is executed. The script can be terminated at any other execution point by calling the endscript command.

Exhibit 1.16. Example for how the script can be terminated at any other execution point

if ftpresult ne success begin

  endscript;

end