21. 4GL Statement Glossary : Callproc : Coding ADA Procedures (VMS only)
 
Share this page                  
Coding ADA Procedures (VMS only)
To call an ADA procedure from 4GL, use the following steps:
1. Create the procedure from the operating system as described below.
2. Declare the procedure to ABF as a library procedure.
3. Declare the link options file to ABF in the Defaults window.
4. Access ABF and run the application.
If there are changes to be made to the procedure, you have to compile it at the operating system level using 'ada adaproc', where adaproc is the name of the procedure.