Document Templates : DGL Statements : Structure Statements : PROCEDURE Statement

PROCEDURE Statement

Statement Syntax:

PROCEDURE procedure_name [RETURN type] ;

The PROCEDURE statement begins a procedure section. It assigns an identifying name to the procedure and defines the return type, if the function returns a value. The procedure name is limited to 16 characters maximum.