Thank you very much for the information. proc casutil outcaslib="public"; promote casdata="MTEST" incaslib="public"; quit; proc casutil outcaslib="public";
promote casdata="MTEST" incaslib="public";
quit; after using the above code I can see the table has been loaded as in-memory table in the target cas library. but the problem is if I want to replace by executing the same code in sasstudio i am getting error as table already exist. ERROR: There is no session-scope table xxxx in caslib test_cas_data of could analytic services. ERROR: The action stopped due to errors. If I unlod the table by manually then run the above code of proc then table loaded as in-memory table. I am confused how come the able in showing as in studo as in-memory table (with symbol) mycas of libraries . on the same if I go environment manager and tables then my cas library the able is only available .sashdat table, not as in-memory table copy.(as when we load the table two copies one physical .sashdat , and memory table as cas with same name).
... View more