Have a built-in way to test if a reference-only temp-table/dataset is bound or not

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
When trying to access a reference-only temp-table that has not yet been bound to an actual instance of a temp-table you get error 12378: Attempt to reference uninitialized temp-table. It could be useful to have a built-in way to test if the temp-table is already bound or not. You could keep a variable along with the temp-table or try to access it with NO-ERROR and test for error status (although that could be caused by anything), but both of these are just workarounds and I would rather have a real solution.

Continue reading...
 
Status
Not open for further replies.
Back
Top