Document Templates : DGL Statements : Structure Statements : BEGIN/END Statement

BEGIN/END Statement

Statement Syntax:

BEGIN
statements
END;

The BEGIN/END statement delineates the body of a template section. Recall that a section body contains DGL statements to be executed by the program. You may included any number of statements between BEGIN and END.