Hi guys,
I'm about to take delivery of a new on prem SAS VA installation. In my previous workplace we used a 2 step method to get data loaded into SAS VA:
1. Overnight ETL to take data from corporate systems into the data warehouse
2. SAS VA Data Preparation, scheduled within the SAS VA interface.
However, I have heard that the above can all be accomplished in BASE SAS code, and wondered if anyone had an example of this and any gotcha's to look out for. In my head, I see this a just a couple of SAS data steps, but wonder if there is extra to do around metadata?
Thanks in advance
Jim
I find these steps work well:
The METALIB code looks like this:
proc metalib;
omr (library = "Visual Analytics Public LASR");
folder = "/Shared Data/SAS Visual Analytics/Public/LASR";
select = ("MyLASRTable");
VA_Update_Rule = delete
run;
I find these steps work well:
The METALIB code looks like this:
proc metalib;
omr (library = "Visual Analytics Public LASR");
folder = "/Shared Data/SAS Visual Analytics/Public/LASR";
select = ("MyLASRTable");
VA_Update_Rule = delete
run;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.