We're using EG 7.10/SAS 9.4 on Windows 7. Sorry, should have meantioned that. I don't have access to any other versions to compare. Problem seems to affect all users. (I haven't polled them all, but I have yet to talk to a user who hasn't encountered it.) We only recently deployed EG and are just now starting to use Query Builder in this way, so there's not alot of history behind this problem. I've explored the libname statement options Ahmed suggested, but so far I'm not seeing anything that seems to address this problem directly. Continuing to look at the libname documentation. P.S. Here is my libname statement, in case it helps: /* schema: PUBLIC */ libname v_public saphana server="xxxxxxxxx" encrypt=YES port=##### user=&USR_ID password="&USR_PWD" preserve_tab_names=YES /* preserve_col_names=YES */ schema="PUBLIC" table_type=column connection=global;
... View more