<?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 Pulling data from different data sources in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Pulling-data-from-different-data-sources/m-p/415493#M101906</link>
    <description>&lt;P&gt;I have list of product_id in excel at local drive. I would like to pull those product_id which data table stored in database.&lt;/P&gt;&lt;P&gt;Looking for suggestion how to pull data for this condition where list keep in local while data stored in database.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2017 12:48:44 GMT</pubDate>
    <dc:creator>rachelimcs</dc:creator>
    <dc:date>2017-11-22T12:48:44Z</dc:date>
    <item>
      <title>Pulling data from different data sources</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pulling-data-from-different-data-sources/m-p/415493#M101906</link>
      <description>&lt;P&gt;I have list of product_id in excel at local drive. I would like to pull those product_id which data table stored in database.&lt;/P&gt;&lt;P&gt;Looking for suggestion how to pull data for this condition where list keep in local while data stored in database.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 12:48:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pulling-data-from-different-data-sources/m-p/415493#M101906</guid>
      <dc:creator>rachelimcs</dc:creator>
      <dc:date>2017-11-22T12:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from different data sources</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pulling-data-from-different-data-sources/m-p/415499#M101908</link>
      <description>&lt;P&gt;Import the data from Excel, then use the dataset you create in a where clause something like:&lt;/P&gt;
&lt;PRE&gt;where product_id in (select product_id from import_excel);
&lt;/PRE&gt;
&lt;P&gt;Without any furher information on what you have done, how you import the excel file, or how you connect to the db its hard to say.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 13:14:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pulling-data-from-different-data-sources/m-p/415499#M101908</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-11-22T13:14:48Z</dc:date>
    </item>
  </channel>
</rss>

