<?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: crete text file with text in sas in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/crete-text-file-with-text-in-sas/m-p/728153#M28260</link>
    <description>&lt;P&gt;Just use a PUT statement.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  file 'my_status_file.txt';
  put "The files have been uploaded successfully";
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 22 Mar 2021 12:43:40 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2021-03-22T12:43:40Z</dc:date>
    <item>
      <title>crete text file with text in sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/crete-text-file-with-text-in-sas/m-p/728100#M28255</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;how can I create a text file in SAs with the text "The files has been uploaded succesfully" into a folder?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 10:33:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/crete-text-file-with-text-in-sas/m-p/728100#M28255</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-03-22T10:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: crete text file with text in sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/crete-text-file-with-text-in-sas/m-p/728103#M28256</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing file="myfolder\textfile.txt";
data _null_;
&amp;nbsp; &amp;nbsp; file print;
&amp;nbsp; &amp;nbsp; text="The files has been uploaded succesfully";
&amp;nbsp; &amp;nbsp; put text;
run;
ods listing close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Mar 2021 10:48:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/crete-text-file-with-text-in-sas/m-p/728103#M28256</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-03-22T10:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: crete text file with text in sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/crete-text-file-with-text-in-sas/m-p/728153#M28260</link>
      <description>&lt;P&gt;Just use a PUT statement.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  file 'my_status_file.txt';
  put "The files have been uploaded successfully";
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Mar 2021 12:43:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/crete-text-file-with-text-in-sas/m-p/728153#M28260</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-03-22T12:43:40Z</dc:date>
    </item>
  </channel>
</rss>

