TABLE-HANDLE form with BY-REFERENCE
- Last Updated: September 22, 2023
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To pass a
TABLE-HANDLE by reference, use this syntax for the
RUN statement in the calling routine:
|
If the called routine’s temp-table is a static temp-table, you can save the overhead of
instantiating it by defining it as
REFERENCE-ONLY:
|