Hi,
I using SAS Viya 3.5, and trying to solve a problem where i need to save an in memory dataset back to hive database, also would like to know if it is possible to load the data from hive to inmemory using embeded processing ?
PROC CASUTIL;
save incaslib=HIVE_CLM_KIM
casdata="STOCK_MOBILE_WEEK_AGG"
outcaslib=HIVE_CLM_KIM
casout="STOCK_MOBILE_WEEK_AGG";
QUIT;
Any help on Embeded processing on hive is much appreciated.
Thanks
Rahul