last

Causes a PSL process to exit the innermost execution loop.

Syntax

 last;

Parameters

This statement has no parameters.

Description

The last statement causes PSL execution to exit the innermost execution loop. The last statement is equivalent to the C break statement. The last 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