<?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: delete file, assigned throug FTP engine in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/delete-file-assigned-throug-FTP-engine/m-p/72985#M15721</link>
    <description>I do not know, how this info will be useful to you.&lt;BR /&gt;
&lt;BR /&gt;
I think function fdelete works the same way in enterpriceGuide and SAS.&lt;BR /&gt;
cause datastep functions are treated the same way in these products.&lt;BR /&gt;
&lt;BR /&gt;
I'm using SAS 9.1.</description>
    <pubDate>Thu, 01 Apr 2010 12:36:10 GMT</pubDate>
    <dc:creator>SAS_user</dc:creator>
    <dc:date>2010-04-01T12:36:10Z</dc:date>
    <item>
      <title>delete file, assigned throug FTP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/delete-file-assigned-throug-FTP-engine/m-p/72983#M15719</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
My program use file, which is assigned as FTP (filename fntemp FTP 'test.txt' ... ; ).&lt;BR /&gt;
After i process this file, I want to delete it.&lt;BR /&gt;
When i use these statements:&lt;BR /&gt;
%let rc = %sysfunc(fdelete(fntemp));&lt;BR /&gt;
&lt;BR /&gt;
I get sysmsg.&lt;BR /&gt;
%let msg = %sysfunc(sysmsg());&lt;BR /&gt;
%put &amp;amp;msg;&lt;BR /&gt;
&lt;B&gt;ERROR: Requested function is not supported.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Is there any other ways supported by SAS, which i can use?&lt;BR /&gt;
&lt;BR /&gt;
Thank you.

Message was edited by: SAS user</description>
      <pubDate>Thu, 01 Apr 2010 11:44:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/delete-file-assigned-throug-FTP-engine/m-p/72983#M15719</guid>
      <dc:creator>SAS_user</dc:creator>
      <dc:date>2010-04-01T11:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: delete file, assigned throug FTP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/delete-file-assigned-throug-FTP-engine/m-p/72984#M15720</link>
      <description>Dear SASUser&lt;BR /&gt;
more details please&lt;BR /&gt;
&lt;BR /&gt;
are you using enterprise guide? or plain old SAS?&lt;BR /&gt;
&lt;BR /&gt;
D</description>
      <pubDate>Thu, 01 Apr 2010 12:19:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/delete-file-assigned-throug-FTP-engine/m-p/72984#M15720</guid>
      <dc:creator>darrylovia</dc:creator>
      <dc:date>2010-04-01T12:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: delete file, assigned throug FTP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/delete-file-assigned-throug-FTP-engine/m-p/72985#M15721</link>
      <description>I do not know, how this info will be useful to you.&lt;BR /&gt;
&lt;BR /&gt;
I think function fdelete works the same way in enterpriceGuide and SAS.&lt;BR /&gt;
cause datastep functions are treated the same way in these products.&lt;BR /&gt;
&lt;BR /&gt;
I'm using SAS 9.1.</description>
      <pubDate>Thu, 01 Apr 2010 12:36:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/delete-file-assigned-throug-FTP-engine/m-p/72985#M15721</guid>
      <dc:creator>SAS_user</dc:creator>
      <dc:date>2010-04-01T12:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: delete file, assigned throug FTP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/delete-file-assigned-throug-FTP-engine/m-p/72986#M15722</link>
      <description>Explore using the FILENAME &lt;FILEREF&gt; PIPE  access method - details are available in the SAS Companion documentation for the "target system" OS.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic/post (example for unix OS):&lt;BR /&gt;
filename pipe access method unix companion site:sas.com&lt;/FILEREF&gt;</description>
      <pubDate>Thu, 01 Apr 2010 12:43:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/delete-file-assigned-throug-FTP-engine/m-p/72986#M15722</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-04-01T12:43:46Z</dc:date>
    </item>
  </channel>
</rss>

