TABLE-HANDLE form with BY-REFERENCE
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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:
|