BEGIN/END Statement Statement Syntax: BEGIN statementsEND; 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.
Statement Syntax:
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.