<?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: How to Load some data into DB2 Database using DBLOAD PROC ? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Load-some-data-into-DB2-Database-using-DBLOAD-PROC/m-p/710147#M37955</link>
    <description>1) fristly , make a connection to DB2 via DB2 client software or ODBC (data source at control center).&lt;BR /&gt;2) And using LIBNAME statement .&lt;BR /&gt;libname x db2 ........&lt;BR /&gt;or&lt;BR /&gt;libname x odbc dsn= ... insertbuff=10000;&lt;BR /&gt;3) copy table from sas into DB2.&lt;BR /&gt;proc copy in=work out=x noclone;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;P.S. search your topic at support.sas.com . you could find many useful stuff . Good Luck .</description>
    <pubDate>Fri, 08 Jan 2021 10:59:45 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2021-01-08T10:59:45Z</dc:date>
    <item>
      <title>How to Load some data into DB2 Database using DBLOAD PROC ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Load-some-data-into-DB2-Database-using-DBLOAD-PROC/m-p/709876#M37944</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using DB2 Database to manage my clients data and connecting through SAS Enterprise Guide 8.3. Can anyone help me how to load some data into a table in my DB2 database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the DB2 database We have the subsystem architecture to access the database and it's table.&lt;/P&gt;
&lt;P&gt;For Ex: We have the subsystems like&lt;BR /&gt;DBT1, DBT2 etc.., and under these subsystem we have some databases defined and then tables are created in those databases.&lt;/P&gt;
&lt;P&gt;My requirements is I have table (&lt;STRONG&gt;DBT1&lt;/STRONG&gt; --&amp;gt; &lt;STRONG&gt;T1101015A&lt;/STRONG&gt; --&amp;gt; &lt;STRONG&gt;prsn_data&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Here &lt;STRONG&gt;DBT1&lt;/STRONG&gt; is &lt;STRONG&gt;subsystem&lt;/STRONG&gt;, &lt;STRONG&gt;T1101015A&lt;/STRONG&gt; is the &lt;STRONG&gt;database&lt;/STRONG&gt; and &lt;STRONG&gt;PRSN_DATA&lt;/STRONG&gt; is the table name.&lt;/P&gt;
&lt;P&gt;Please help to load some data into &lt;STRONG&gt;PRSN_DATA&lt;/STRONG&gt; table using &lt;STRONG&gt;DBLOAD PROC&lt;/STRONG&gt; in &lt;STRONG&gt;SAS Enterprise Guide&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks in Advance,&lt;/P&gt;
&lt;P&gt;thalla&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 11:43:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Load-some-data-into-DB2-Database-using-DBLOAD-PROC/m-p/709876#M37944</guid>
      <dc:creator>THALLA_REDDY</dc:creator>
      <dc:date>2021-01-07T11:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Load some data into DB2 Database using DBLOAD PROC ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Load-some-data-into-DB2-Database-using-DBLOAD-PROC/m-p/709881#M37946</link>
      <description>PROC DBLOAD is very very old product.&lt;BR /&gt;Why not using LIBNAME + PROC SQL / PROC COPY ?</description>
      <pubDate>Thu, 07 Jan 2021 12:06:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Load-some-data-into-DB2-Database-using-DBLOAD-PROC/m-p/709881#M37946</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-01-07T12:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Load some data into DB2 Database using DBLOAD PROC ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Load-some-data-into-DB2-Database-using-DBLOAD-PROC/m-p/709902#M37948</link>
      <description>Hi Thanks for your reply. &lt;BR /&gt;Can you help me with a small code for LIBNAME + PROC SQL / PROC COPY?</description>
      <pubDate>Thu, 07 Jan 2021 14:00:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Load-some-data-into-DB2-Database-using-DBLOAD-PROC/m-p/709902#M37948</guid>
      <dc:creator>THALLA_REDDY</dc:creator>
      <dc:date>2021-01-07T14:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Load some data into DB2 Database using DBLOAD PROC ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Load-some-data-into-DB2-Database-using-DBLOAD-PROC/m-p/710147#M37955</link>
      <description>1) fristly , make a connection to DB2 via DB2 client software or ODBC (data source at control center).&lt;BR /&gt;2) And using LIBNAME statement .&lt;BR /&gt;libname x db2 ........&lt;BR /&gt;or&lt;BR /&gt;libname x odbc dsn= ... insertbuff=10000;&lt;BR /&gt;3) copy table from sas into DB2.&lt;BR /&gt;proc copy in=work out=x noclone;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;P.S. search your topic at support.sas.com . you could find many useful stuff . Good Luck .</description>
      <pubDate>Fri, 08 Jan 2021 10:59:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Load-some-data-into-DB2-Database-using-DBLOAD-PROC/m-p/710147#M37955</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-01-08T10:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Load some data into DB2 Database using DBLOAD PROC ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Load-some-data-into-DB2-Database-using-DBLOAD-PROC/m-p/710153#M37956</link>
      <description>&lt;P&gt;Just to add, if you already have a defined schema in DB2 (quite common) use PROC APPEND or PROC SQL (INSERT INTO) instead.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 12:08:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Load-some-data-into-DB2-Database-using-DBLOAD-PROC/m-p/710153#M37956</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2021-01-08T12:08:05Z</dc:date>
    </item>
  </channel>
</rss>

