System Reference Summary : 2. Statements : OpenROAD Language Statements : Procedure Statement
 
Share this page                  
Procedure Statement
This statement defines a 4GL procedure.
It has the following syntax:
procedure procname [([parameterlist])] =
[declareblock]
beginendblock[;]