DGL Statement Reference : TEMPLATE

TEMPLATE

Description
Begins a template.
The TEMPLATE statement is the first statement in the template. It assigns an identifying name to the template. This name is used for internal documentation purposes only and does not have to correspond to the name you use to designate the template in the Create Template form.
Syntax
TEMPLATE template_name;
Parameters
 
The name of the template. This name is for internal documentation purposes only.

 

Example
TEMPLATE document_574B;
See Also