<?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: Keeping LASR Tables updated when source Oracle tables update in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/374196#M11353</link>
    <description>&lt;P&gt;You can also use other usual processes to update LASR tables like PROC DATASETS and DATA steps. The trick here is to make sure that the table metadata also remains in synch for which I use PROC METALIB.&lt;/P&gt;</description>
    <pubDate>Sat, 08 Jul 2017 21:58:32 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2017-07-08T21:58:32Z</dc:date>
    <item>
      <title>Keeping LASR Tables updated when source Oracle tables update</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/374005#M11348</link>
      <description>&lt;P&gt;We have an Oracle OLAP database that contains&amp;nbsp;all historical data garthered through our daily transactional processings and is updated every morning. We've also built a suite of reports that use the oracle tables as source tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What we're noticing is that the LASR tables do not update automatically each morning, we've found that we need to manually open up the administration view and unload/reload each table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a process or a system of processes we can use that will keep the LASR tables up to date with the Oracle tables?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 15:49:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/374005#M11348</guid>
      <dc:creator>Djones4822</dc:creator>
      <dc:date>2017-07-07T15:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping LASR Tables updated when source Oracle tables update</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/374076#M11349</link>
      <description>You should be able to script this by using PROC IMSTAT, which could schedule.</description>
      <pubDate>Fri, 07 Jul 2017 19:38:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/374076#M11349</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-07-07T19:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping LASR Tables updated when source Oracle tables update</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/374093#M11350</link>
      <description>&lt;P&gt;I've come across that procedure, but I wasn't sure where to place that. Do I schedule that in the Enterprise Guide?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 20:18:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/374093#M11350</guid>
      <dc:creator>Djones4822</dc:creator>
      <dc:date>2017-07-07T20:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping LASR Tables updated when source Oracle tables update</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/374144#M11351</link>
      <description>Perhaps you could, but that is far from optimal, since that is on a client.&lt;BR /&gt;It's bettervti do it from the Management Console's Scheduling Manager (requires that you have stored the program as a .sas file first).&lt;BR /&gt;But given that you probably want to execute it right after the Oracle update you should consider how to build that dependency. Perhaps you could use an external scheduler that you organisation uses?</description>
      <pubDate>Sat, 08 Jul 2017 03:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/374144#M11351</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-07-08T03:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping LASR Tables updated when source Oracle tables update</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/374196#M11353</link>
      <description>&lt;P&gt;You can also use other usual processes to update LASR tables like PROC DATASETS and DATA steps. The trick here is to make sure that the table metadata also remains in synch for which I use PROC METALIB.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2017 21:58:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/374196#M11353</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-07-08T21:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping LASR Tables updated when source Oracle tables update</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/374977#M11370</link>
      <description>&lt;P&gt;This seems to be it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're using Python to do control the ETL - is it possible for me to call SAS script&amp;nbsp;from the command prompt? I know that I could do that typically with SAS installed locally on my machine, but with SAS VA I'm unsure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't suppose you or anyone has any insight into that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much for your replies!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 14:20:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/374977#M11370</guid>
      <dc:creator>Djones4822</dc:creator>
      <dc:date>2017-07-11T14:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping LASR Tables updated when source Oracle tables update</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/375152#M11371</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/151027"&gt;@Djones4822&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can call SAS in batch mode. That's what every single scheduler does so it's BAU.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To call SAS from a command prompt: You need the prompt on the machine where the SAS server sits (i.e. via Putty for a Unix/Linux distribution).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I'm not mistaken then a VA instance also comes with the related SAS Compute modules licensed and installed and I believe&amp;nbsp;PROC IMSTAT should be available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10271i82A398A6D1B3D5A4/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/va/7.3/en/vaicg.pdf&amp;nbsp;" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/va/7.3/en/vaicg.pdf&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 22:34:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/375152#M11371</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-07-11T22:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping LASR Tables updated when source Oracle tables update</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/375293#M11382</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt; that's great info, thanks so much - but it looks like that link is broken?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 13:05:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/375293#M11382</guid>
      <dc:creator>Djones4822</dc:creator>
      <dc:date>2017-07-12T13:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping LASR Tables updated when source Oracle tables update</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/375304#M11385</link>
      <description>&lt;P&gt;Try this link,&amp;nbsp;&lt;SPAN class=""&gt;&lt;A id="link_8" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/151027" target="_self"&gt;Djones4822&lt;/A&gt;&amp;nbsp;(without the http://).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;support.sas.com/documentation/onlinedoc/va/7.3/en/vaicg.pdf&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 13:32:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Keeping-LASR-Tables-updated-when-source-Oracle-tables-update/m-p/375304#M11385</guid>
      <dc:creator>AnnaBrown</dc:creator>
      <dc:date>2017-07-12T13:32:27Z</dc:date>
    </item>
  </channel>
</rss>

