<?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: Loading and appending multiple table in to lasr from SASAPP in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-and-appending-multiple-table-in-to-lasr-from-SASAPP/m-p/321116#M21502</link>
    <description>&lt;P&gt;The easiest way to do this is to append all ten tables first into a temporary table, then load the one temporary table into LASR by running the following code on your SAS VA app server (default LIBREF is LASRLIB - you may need to check this):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data load_table;
  set jan feb mar apr........dec;
run;

data LASRLIB.load_table;
  set load_table;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 25 Dec 2016 23:55:41 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2016-12-25T23:55:41Z</dc:date>
    <item>
      <title>Loading and appending multiple table in to lasr from SASAPP</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-and-appending-multiple-table-in-to-lasr-from-SASAPP/m-p/321086#M21500</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have got a task which I am not able to solve please help me to get the result:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are 10 or so datasets availble in SASAPP named Jan, Feb,...Sept, Dec. I have to upload all the datasets into lasr and append them so please help me to write that program whick will load the data into LASR.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for a single dataset is use SASIOLA, SAS LASR Engine and able to load a dataset quite easily but not multiple so please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thnx&lt;/P&gt;
&lt;P&gt;Rahul&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2016 13:55:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-and-appending-multiple-table-in-to-lasr-from-SASAPP/m-p/321086#M21500</guid>
      <dc:creator>Rahul_SAS</dc:creator>
      <dc:date>2016-12-25T13:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Loading and appending multiple table in to lasr from SASAPP</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-and-appending-multiple-table-in-to-lasr-from-SASAPP/m-p/321106#M21501</link>
      <description>&lt;P&gt;I hope next link and the inner links will help you:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etlug/67323/HTML/default/viewer.htm#p1kdntr0rquru3n1oxzx6wbjihsb.htm" target="_self"&gt;http://support.sas.com/documentation/cdl/en/etlug/67323/HTML/default/viewer.htm#p1kdntr0rquru3n1oxzx6wbjihsb.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2016 21:41:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-and-appending-multiple-table-in-to-lasr-from-SASAPP/m-p/321106#M21501</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-12-25T21:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Loading and appending multiple table in to lasr from SASAPP</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-and-appending-multiple-table-in-to-lasr-from-SASAPP/m-p/321116#M21502</link>
      <description>&lt;P&gt;The easiest way to do this is to append all ten tables first into a temporary table, then load the one temporary table into LASR by running the following code on your SAS VA app server (default LIBREF is LASRLIB - you may need to check this):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data load_table;
  set jan feb mar apr........dec;
run;

data LASRLIB.load_table;
  set load_table;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 25 Dec 2016 23:55:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-and-appending-multiple-table-in-to-lasr-from-SASAPP/m-p/321116#M21502</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-12-25T23:55:41Z</dc:date>
    </item>
  </channel>
</rss>

