<?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: Export SAS data into FTP using SAS Data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Export-SAS-data-into-FTP-using-SAS-Data/m-p/534377#M146630</link>
    <description>Please explain what "Am unable to make sure the SAS Data set exportation" means.</description>
    <pubDate>Mon, 11 Feb 2019 06:14:16 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2019-02-11T06:14:16Z</dc:date>
    <item>
      <title>Export SAS data into FTP using SAS Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-SAS-data-into-FTP-using-SAS-Data/m-p/534364#M146627</link>
      <description>&lt;P&gt;I want to export SAS dataset from SAS into FTP. I can exporting csv file (or txt file) with the help of the following command.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro export_to_ftp(dsn= ,outfile_name= );

Filename MyFTP ftp "&amp;amp;outfile_name." 
HOST='ftp.site.com'
                 cd= "&amp;amp;DATA_STRM/QC" 
                  USER=&amp;amp;ftp_user.
                  PASS=&amp;amp;ftp_pass.;

PROC EXPORT DATA= &amp;amp;dsn. OUTFILE= MyFTP DBMS=%SCAN(&amp;amp;outfile_name.,2,.) REPLACE; 
RUN; filename MyFTP clear;
%mend;

%export_to_ftp(dsn=lib1.dataset ,outfile_name=dataset.csv);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Am unable to make sure the SAS Data set exportation&lt;/P&gt;&lt;P&gt;Please help me to solve my issue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 04:15:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-SAS-data-into-FTP-using-SAS-Data/m-p/534364#M146627</guid>
      <dc:creator>sureshprabhu153</dc:creator>
      <dc:date>2019-02-11T04:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Export SAS data into FTP using SAS Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-SAS-data-into-FTP-using-SAS-Data/m-p/534377#M146630</link>
      <description>Please explain what "Am unable to make sure the SAS Data set exportation" means.</description>
      <pubDate>Mon, 11 Feb 2019 06:14:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-SAS-data-into-FTP-using-SAS-Data/m-p/534377#M146630</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-02-11T06:14:16Z</dc:date>
    </item>
  </channel>
</rss>

