Hi Bob,
I don't have a direct answer to your question, but I wanted to highlight the issue from a different prospective, maybe that would give you an alternative way to achieve your goal.
Without knowing your SAP-Hana Libname settings, there are two Libname statement options I would recommend you revisit
- schema=
- Readbuff=
- PRESERVE_TAB_NAMES=
If I'm not mistaken, typicall EG query builder, in fact, any GUI query builder, would try to extract list of Tables & Columns from the under lying dicitonary tables, and if you are not specifying a specific schema ownning the tables, you could be retrieving a list of all the tables within your SAP-Hana Instance!
Check out this SGF paper "EMPOWERING SAS® USERS ON THE SAP HANA PLATFORM", it may provide some hints and tips that can help with your issue.
Good luck,
Ahmed
... View more