Obtain a procedure handle for a persistent procedure
- Last Updated: July 28, 2023
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
This should lead you to think about how you can make procedure handles available throughout
your application. Clearly, the procedure that instantiates the persistent procedure can
get its handle back easily with the SET phrase on the
RUN statement. But your procedures can be more useful if their
handles are more widely available.