Non-persistent procedure example
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Non-persistent procedure example
Suppose you want to run a non-persistent procedure, AddCustomer.p, with the
following definition.
Non-persistent procedure ABL for the OpenAPI
|
OpenAPI code to run the non-persistent procedure
You might write the following client code to run it.
|