<?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 SAS DB2 libname in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-DB2-libname/m-p/469194#M30424</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to connect SAS to a DB2 database on the mainframe. I have a user and password, database and table name as well as the ip address. Can someone assist with the syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jun 2018 12:35:43 GMT</pubDate>
    <dc:creator>Sir_Lancelot</dc:creator>
    <dc:date>2018-06-11T12:35:43Z</dc:date>
    <item>
      <title>SAS DB2 libname</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-DB2-libname/m-p/469194#M30424</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to connect SAS to a DB2 database on the mainframe. I have a user and password, database and table name as well as the ip address. Can someone assist with the syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 12:35:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-DB2-libname/m-p/469194#M30424</guid>
      <dc:creator>Sir_Lancelot</dc:creator>
      <dc:date>2018-06-11T12:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DB2 libname</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-DB2-libname/m-p/469216#M30429</link>
      <description>&lt;P&gt;In what sense, if pass-through then;&lt;/P&gt;
&lt;PRE&gt;proc sql;
  connect to db (user=... database=... password=...);
  execute('...');
  disconnect from db;
quit;&lt;/PRE&gt;
&lt;P&gt;Libname is similar, from the docs:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a001361103.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a001361103.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 13:08:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-DB2-libname/m-p/469216#M30429</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-06-11T13:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DB2 libname</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-DB2-libname/m-p/469219#M30430</link>
      <description>&lt;P&gt;Is there a way to pass server name or host?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 13:12:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-DB2-libname/m-p/469219#M30430</guid>
      <dc:creator>Sir_Lancelot</dc:creator>
      <dc:date>2018-06-11T13:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DB2 libname</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-DB2-libname/m-p/469225#M30431</link>
      <description>&lt;P&gt;Not used db2 in a very long time, so can't remember.&amp;nbsp; I think there is a: server= ,option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 13:19:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-DB2-libname/m-p/469225#M30431</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-06-11T13:19:53Z</dc:date>
    </item>
  </channel>
</rss>

