Try OpenEdge Now
skip to main content
Error Handling
Using FINALLY End Blocks : Syntax
 

Syntax

Here is the syntax for a FINALLY block:

Syntax

block-statement  FINALLY:
  .
  .
  .
  END [ FINALLY ].
block-end-statement.
block-statement
One of the following ABL blocks:
*DO block
*FOR block
*REPEAT block
block-end-statement
The END statement terminating the enclosing associated block of the FINALLY block.