Workbench User Guide : 2. Structuring an Application : Procedures
 
Share this page                  
Procedures
Another important factor to consider when designing your application is when to use a procedure. OpenROAD lets you create three types of procedures:
4GL Procedures
3GL Procedures
Database Procedures
All these entities enable you to centralize code that you want to use in more than one script.
For more information about procedures, see Writing Scripts and Procedures) in this guide and the Programming Guide.