Try OpenEdge Now
skip to main content
Application Migration and Development Guide
Application Development with PAS for OpenEdge : Programming ABL Client Applications : Running and managing remote procedures : Running remote procedures
 
Running remote procedures
A remote procedure, whether it runs persistently or non-persistently, is scoped only to the PAS for OpenEdge session in which it runs. The order of execution for a remote procedure, relative to the client, depends on whether you execute it synchronously or asynchronously.
* Synchronous remote procedures
* Asynchronous remote procedures
* RUN statement options for remote procedures
* Passing class-based objects as parameters between a server and ABL client
* Remote procedure behavior