<?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: Usage of DB2EXT via host connection in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Usage-of-DB2EXT-via-host-connection/m-p/36390#M7164</link>
    <description>You may find the SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt; website resources useful for this topic.  Here is a link to the most current SAS DOC on SAS/Access and DB2, as a general guide - your SAS version may have additional considerations:&lt;BR /&gt;
&lt;BR /&gt;
SAS/ACCESS Interface to DB2 under z/OS&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/61890/HTML/default/a002299542.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acreldb/61890/HTML/default/a002299542.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I expect that you will find additional supplemental technical reference material at the website, as well, either using the SEARCH facility or using a Google search against the SAS.COM site.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Sat, 30 May 2009 12:56:55 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-05-30T12:56:55Z</dc:date>
    <item>
      <title>Usage of DB2EXT via host connection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Usage-of-DB2EXT-via-host-connection/m-p/36389#M7163</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I have a question regarding usage of proc db2ext when using it via a host connection.&lt;BR /&gt;
&lt;BR /&gt;
What I would like to do: Use proc db2ext to extract DB/2 tables on a z/OS system and copy it as SAS datasets via a connection to a UNIX environment.&lt;BR /&gt;
&lt;BR /&gt;
I can imagine it via &lt;BR /&gt;
&lt;BR /&gt;
a) open a host connection and use db2ext on the host to create datasets in a library on the client. How would that work?&lt;BR /&gt;
&lt;BR /&gt;
[...]&lt;BR /&gt;
&lt;BR /&gt;
signon host user=&amp;amp;user password=&amp;amp;pass;&lt;BR /&gt;
&lt;BR /&gt;
rsubmit;&lt;BR /&gt;
&lt;BR /&gt;
   libname host db...&lt;BR /&gt;
   libname client... &lt;BR /&gt;
   * how to specify the library on the calling client side inside the host?&lt;BR /&gt;
&lt;BR /&gt;
   proc db2ext in=host out=client...&lt;BR /&gt;
   run;&lt;BR /&gt;
&lt;BR /&gt;
endrsubmit;&lt;BR /&gt;
&lt;BR /&gt;
b) open a host connection, create the SAS datasets there and then use proc copy from client.&lt;BR /&gt;
&lt;BR /&gt;
rsubmit;&lt;BR /&gt;
&lt;BR /&gt;
   libname host db...&lt;BR /&gt;
   libname hostsas &lt;DIRECTORY&gt;&lt;BR /&gt;
&lt;BR /&gt;
   proc db2ext in=host out=hostsas...&lt;BR /&gt;
   run;&lt;BR /&gt;
&lt;BR /&gt;
endrsubmit;&lt;BR /&gt;
&lt;BR /&gt;
libname hostsas server=host;&lt;BR /&gt;
&lt;BR /&gt;
proc copy in=hostsas out=clientlib;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
What would be the best way to do it?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Thomas&lt;/DIRECTORY&gt;</description>
      <pubDate>Tue, 26 May 2009 11:17:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Usage-of-DB2EXT-via-host-connection/m-p/36389#M7163</guid>
      <dc:creator>ThomasH</dc:creator>
      <dc:date>2009-05-26T11:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of DB2EXT via host connection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Usage-of-DB2EXT-via-host-connection/m-p/36390#M7164</link>
      <description>You may find the SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt; website resources useful for this topic.  Here is a link to the most current SAS DOC on SAS/Access and DB2, as a general guide - your SAS version may have additional considerations:&lt;BR /&gt;
&lt;BR /&gt;
SAS/ACCESS Interface to DB2 under z/OS&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/61890/HTML/default/a002299542.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acreldb/61890/HTML/default/a002299542.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I expect that you will find additional supplemental technical reference material at the website, as well, either using the SEARCH facility or using a Google search against the SAS.COM site.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sat, 30 May 2009 12:56:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Usage-of-DB2EXT-via-host-connection/m-p/36390#M7164</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-30T12:56:55Z</dc:date>
    </item>
  </channel>
</rss>

