Hi All,
I would like to read the LASR library table in the Enterprise guide.
{i have already loaded the table into lasr library , then i can able to design the report in va. but i would like to open the table in EG and need to join with another table for my analysis. }
please share your views.
Thanks.
Hello @vallsas,
to read the table, just call to the libname where you loaded the dataset, you can take it from the SAS Management Console, on the library's properties.
About joining the table, I would definetely not do it with the table loaded in LASR/memory (so, outside from the LASR libname, another libname on the disk). I would join the tables first outside from VA, and load only the final table to LASR/memory.
Best regards,
Juan
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.