exit

Immediately terminates the execution of a PSL program.

Syntax

 exit;

Parameters

This statement has no parameters.

Description

The exit statement causes the PSL program to immediately end and return control to the process that called it. The exit statement must be terminated with a semicolon when used in a PSL program.

Where to go from here

PSL Statements

Was this page helpful? Yes No Submitting... Thank you

Comments