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 : Remote procedure code examples
 
Remote procedure code examples
This section presents examples of ABL clients connected in the session-managed application model with a PAS for OpenEdge instance running on the remote host, zeus.
The first and fourth examples present the code for a non-persistent procedure. The remaining two examples show two different ways to write code for the same remote persistent procedure.
* Example 1: Remote non-persistent procedure example
* Example 2: Remote persistent procedure example
* Example 3: Remote persistent procedure example using the FUNCTION statement
* Example 4: Remote non-persistent procedure with a class-based object as a parameter