<?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: Can I read and write SAS Datasets directly to a remote FTP site? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-I-read-and-write-SAS-Datasets-directly-to-a-remote-FTP-site/m-p/31165#M4158</link>
    <description>Amber&lt;BR /&gt;
use the FILENAME statement with the FTP option.  For example from the online documentation. &lt;A href="http://support.sas.com/onlinedoc/913/docMainpage.jsp" target="_blank"&gt;http://support.sas.com/onlinedoc/913/docMainpage.jsp&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
filename anon ftp '' ls host='130.96.6.1' &lt;BR /&gt;
         user='anonymous';&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
   infile anon;&lt;BR /&gt;
   input;&lt;BR /&gt;
   list;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-Darryl</description>
    <pubDate>Tue, 15 Jul 2008 11:26:09 GMT</pubDate>
    <dc:creator>darrylovia</dc:creator>
    <dc:date>2008-07-15T11:26:09Z</dc:date>
    <item>
      <title>Can I read and write SAS Datasets directly to a remote FTP site?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-I-read-and-write-SAS-Datasets-directly-to-a-remote-FTP-site/m-p/31164#M4157</link>
      <description>Or is there a FTP library engine?</description>
      <pubDate>Tue, 15 Jul 2008 02:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-I-read-and-write-SAS-Datasets-directly-to-a-remote-FTP-site/m-p/31164#M4157</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-07-15T02:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can I read and write SAS Datasets directly to a remote FTP site?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-I-read-and-write-SAS-Datasets-directly-to-a-remote-FTP-site/m-p/31165#M4158</link>
      <description>Amber&lt;BR /&gt;
use the FILENAME statement with the FTP option.  For example from the online documentation. &lt;A href="http://support.sas.com/onlinedoc/913/docMainpage.jsp" target="_blank"&gt;http://support.sas.com/onlinedoc/913/docMainpage.jsp&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
filename anon ftp '' ls host='130.96.6.1' &lt;BR /&gt;
         user='anonymous';&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
   infile anon;&lt;BR /&gt;
   input;&lt;BR /&gt;
   list;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-Darryl</description>
      <pubDate>Tue, 15 Jul 2008 11:26:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-I-read-and-write-SAS-Datasets-directly-to-a-remote-FTP-site/m-p/31165#M4158</guid>
      <dc:creator>darrylovia</dc:creator>
      <dc:date>2008-07-15T11:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can I read and write SAS Datasets directly to a remote FTP site?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-I-read-and-write-SAS-Datasets-directly-to-a-remote-FTP-site/m-p/31166#M4159</link>
      <description>Thanks for your reply, from the sample 8 and sample on &lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a000178980.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a000178980.htm&lt;/A&gt;  I know  we can transport a local library to a FTP site, and we can create transport library directly on a FTP site, but they are Transport Libraries, so they have limitations. Is there a way to write ordinary data sets directly to FTP sites, that is to treat datasets as external files, not through the XPORT engine.</description>
      <pubDate>Tue, 15 Jul 2008 14:52:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-I-read-and-write-SAS-Datasets-directly-to-a-remote-FTP-site/m-p/31166#M4159</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-07-15T14:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can I read and write SAS Datasets directly to a remote FTP site?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-I-read-and-write-SAS-Datasets-directly-to-a-remote-FTP-site/m-p/31167#M4160</link>
      <description>Could have SAS use the operating system to copy your SAS file in binary mode up to the ftp site?</description>
      <pubDate>Tue, 15 Jul 2008 15:30:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-I-read-and-write-SAS-Datasets-directly-to-a-remote-FTP-site/m-p/31167#M4160</guid>
      <dc:creator>darrylovia</dc:creator>
      <dc:date>2008-07-15T15:30:27Z</dc:date>
    </item>
  </channel>
</rss>

