Hi,
I have a doubt on cas library when we import table from database or file that we see two tables with same name. I understand from doc that one is source file and other one is in memory table. why source table still appear in the cas library ? if business user don't know about which is source table and which is in-memory table how to differentiate them in a classy way? to use the right table while report generation? thanks in advance!

Here in my example MAP is the in-memory table and MAP.sashdat was created when I import from excel file but I can't use it in my report . In this case I should use MAP table(in picture first table) for my report generation.