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

RUN helloworld.p.