Hi All,
I usually access HIVE data via SAS through below ODBC access:
libname rbana odbc user=XXXXXXX password="XXXXXXXX." datasrc=prod schema=my_schema;
(user and password is my staff_id and password.)
This hard coding method disallowed due to some reason.
Any other solutions to connenct to the HIVE data via SAS?
Say connect first, then let me to input my user-id and password?
Thanks & Regards,
Dawn