<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ETL from Base system to LASR in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ETL-from-Base-system-to-LASR/m-p/710595#M218771</link>
    <description>That's great to know, thanks!&lt;BR /&gt;I'll come back once the environment is up, for help with the detail, if required (hope that's OK).&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Jan 2021 16:05:24 GMT</pubDate>
    <dc:creator>Jim_Ogilvie</dc:creator>
    <dc:date>2021-01-11T16:05:24Z</dc:date>
    <item>
      <title>ETL from Base system to LASR</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ETL-from-Base-system-to-LASR/m-p/709428#M218146</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Overnight ETL to take data from corporate systems into the data warehouse&lt;/P&gt;
&lt;P&gt;2. SAS VA Data Preparation, scheduled within the SAS VA interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 15:01:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ETL-from-Base-system-to-LASR/m-p/709428#M218146</guid>
      <dc:creator>Jim_Ogilvie</dc:creator>
      <dc:date>2021-01-05T15:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: ETL from Base system to LASR</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ETL-from-Base-system-to-LASR/m-p/709493#M218185</link>
      <description>&lt;P&gt;I find these steps work well:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Delete existing LASR table with PROC DATASETS&lt;/LI&gt;
&lt;LI&gt;Load new LASR table using a DATA step&lt;/LI&gt;
&lt;LI&gt;Run PROC METALIB to register the new LASR table&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The METALIB code looks like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc metalib;
   omr (library = "Visual Analytics Public LASR");
   folder       = "/Shared Data/SAS Visual Analytics/Public/LASR";
   select       = ("MyLASRTable");
   VA_Update_Rule = delete
 run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;UL&gt;
&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 05 Jan 2021 20:05:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ETL-from-Base-system-to-LASR/m-p/709493#M218185</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-01-05T20:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: ETL from Base system to LASR</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ETL-from-Base-system-to-LASR/m-p/710595#M218771</link>
      <description>That's great to know, thanks!&lt;BR /&gt;I'll come back once the environment is up, for help with the detail, if required (hope that's OK).&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2021 16:05:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ETL-from-Base-system-to-LASR/m-p/710595#M218771</guid>
      <dc:creator>Jim_Ogilvie</dc:creator>
      <dc:date>2021-01-11T16:05:24Z</dc:date>
    </item>
  </channel>
</rss>

