RUN statement
- Last Updated: January 22, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Once you are running an AVM session, you can run a procedure from within another ABL procedure, using the RUN statement.
If you have not already created a .r file for the .p you are running, the AVM compiles it for you automatically and saves the r-code in memory. However, once the session is over, the r-code is no longer available and would have to be compiled again the next time the .p is run.
Basic usage
|