<?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 chmod 777 access  to a  file in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/chmod-777-access-to-a-file/m-p/385027#M65702</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;my SAS exports a&amp;nbsp; file temp.csv to UNIX-----&amp;gt;&amp;gt; /folder1/folder2/folder3/temp.csv&lt;/P&gt;
&lt;P&gt;and most&amp;nbsp; of the time&amp;nbsp; i forget to&amp;nbsp; give ppl permission to it&amp;nbsp; which i do it&amp;nbsp; in&amp;nbsp; unix:)&lt;/P&gt;
&lt;P&gt;Is there a&amp;nbsp; way the access could be&amp;nbsp; granted in SAS before&amp;nbsp; exporting the&amp;nbsp; file to&amp;nbsp; UNIX?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2017 15:58:47 GMT</pubDate>
    <dc:creator>Tal</dc:creator>
    <dc:date>2017-08-02T15:58:47Z</dc:date>
    <item>
      <title>chmod 777 access  to a  file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/chmod-777-access-to-a-file/m-p/385027#M65702</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;my SAS exports a&amp;nbsp; file temp.csv to UNIX-----&amp;gt;&amp;gt; /folder1/folder2/folder3/temp.csv&lt;/P&gt;
&lt;P&gt;and most&amp;nbsp; of the time&amp;nbsp; i forget to&amp;nbsp; give ppl permission to it&amp;nbsp; which i do it&amp;nbsp; in&amp;nbsp; unix:)&lt;/P&gt;
&lt;P&gt;Is there a&amp;nbsp; way the access could be&amp;nbsp; granted in SAS before&amp;nbsp; exporting the&amp;nbsp; file to&amp;nbsp; UNIX?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 15:58:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/chmod-777-access-to-a-file/m-p/385027#M65702</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-08-02T15:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: chmod 777 access  to a  file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/chmod-777-access-to-a-file/m-p/385034#M65703</link>
      <description>&lt;P&gt;The surest way is to set it after the file has been written, either with the x statement, or the filename pipe method.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 16:15:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/chmod-777-access-to-a-file/m-p/385034#M65703</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-08-02T16:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: chmod 777 access  to a  file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/chmod-777-access-to-a-file/m-p/385036#M65704</link>
      <description>&lt;P&gt;Before exporting it?&amp;nbsp; No.&amp;nbsp; The file has to exist in the Unix system for you to be able to grant permissions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After exporting it, you could add within the same SAS program:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%sysexec chmod 777 /folder1/folder2/folder3/temp.csv;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 16:16:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/chmod-777-access-to-a-file/m-p/385036#M65704</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-08-02T16:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: chmod 777 access  to a  file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/chmod-777-access-to-a-file/m-p/385040#M65705</link>
      <description>&lt;P&gt;sorry meant to say after&amp;nbsp; it&amp;nbsp; gets&amp;nbsp; exported and&amp;nbsp; thank you Astounding.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 16:24:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/chmod-777-access-to-a-file/m-p/385040#M65705</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-08-02T16:24:19Z</dc:date>
    </item>
  </channel>
</rss>

