3. Statements : OpenROAD Language Statements : Procedure Statement
 
Share this page                  
Procedure Statement
This statement defines a 4GL procedure.
This statement has the following syntax:
procedure procname [([parameterlist])] =
[declareblock]
beginendblock[;]
The procedure statement defines either a global or local 4GL procedure. A global 4GL procedure can define local procedures but a local procedure cannot.
For more information about using procedures, see the Programming Guide.