Persistent procedure example
- Last Updated: August 15, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Persistent procedure example
Persistent procedure ABL for the OpenAPI
Suppose you want to run a persistent procedure, CustomerOrder.p,
with the following definition, containing a user-defined function.
|
OpenAPI code to run the persistent procedure
You might write the following client code to run it.
|