<?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: Where to write/export files in Viya for Learners? in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Where-to-write-export-files-in-Viya-for-Learners/m-p/908857#M1594</link>
    <description>&lt;P&gt;In the Explorer tab in SAS Studio, right-click on the Home directory (or sub-folder) &amp;amp; select Properties.&amp;nbsp; This will give you the path where you have write access in Viya for Learners.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Dec 2023 17:21:09 GMT</pubDate>
    <dc:creator>FSU_TOM</dc:creator>
    <dc:date>2023-12-19T17:21:09Z</dc:date>
    <item>
      <title>Where to write/export files in Viya for Learners?</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Where-to-write-export-files-in-Viya-for-Learners/m-p/908828#M1593</link>
      <description>&lt;P&gt;Using Viya for Learners, I can't find information where I can wriet/export files from SAS Comute programs. I get the following error:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;82   filename macroout "/Users/linus.hjorth@&lt;FONT color="#000000"&gt;xxxxxx.yy&lt;/FONT&gt;/My Folder/wfselect.sas";
&lt;FONT color="#993300"&gt;ERROR: The path /Users/linus.hjorth@xxxxxx.yy/My Folder/wfselect.sas is not in the list of accessible paths when SAS is in the 
       lockdown state.
ERROR: Error in the FILENAME statement.&lt;/FONT&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I can save programs etc manually here using the save icon.&lt;/P&gt;
&lt;P&gt;Can I, and where can I export tiles?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 07:00:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Where-to-write-export-files-in-Viya-for-Learners/m-p/908828#M1593</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2023-12-20T07:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Where to write/export files in Viya for Learners?</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Where-to-write-export-files-in-Viya-for-Learners/m-p/908857#M1594</link>
      <description>&lt;P&gt;In the Explorer tab in SAS Studio, right-click on the Home directory (or sub-folder) &amp;amp; select Properties.&amp;nbsp; This will give you the path where you have write access in Viya for Learners.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 17:21:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Where-to-write-export-files-in-Viya-for-Learners/m-p/908857#M1594</guid>
      <dc:creator>FSU_TOM</dc:creator>
      <dc:date>2023-12-19T17:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Where to write/export files in Viya for Learners?</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Where-to-write-export-files-in-Viya-for-Learners/m-p/908859#M1595</link>
      <description>&lt;P&gt;filename outcsv "/shared/home/&lt;EM&gt;&lt;STRONG&gt;your vfl user id&lt;/STRONG&gt;&lt;/EM&gt;/casuser/cars.csv";&lt;/P&gt;&lt;P&gt;proc export data=sashelp.cars&lt;BR /&gt;outfile=outcsv&lt;BR /&gt;dbms=csv replace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;filename outcsv;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 17:25:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Where-to-write-export-files-in-Viya-for-Learners/m-p/908859#M1595</guid>
      <dc:creator>FSU_TOM</dc:creator>
      <dc:date>2023-12-19T17:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Where to write/export files in Viya for Learners?</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Where-to-write-export-files-in-Viya-for-Learners/m-p/908957#M1596</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;&amp;nbsp;Don't you care sharing your email address publicly via the path name or is this an oversight?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 03:09:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Where-to-write-export-files-in-Viya-for-Learners/m-p/908957#M1596</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-12-20T03:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where to write/export files in Viya for Learners?</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Where-to-write-export-files-in-Viya-for-Learners/m-p/908971#M1597</link>
      <description>Your suggested path worked.&lt;BR /&gt;And then I found the Home folder.&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 20 Dec 2023 07:05:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Where-to-write-export-files-in-Viya-for-Learners/m-p/908971#M1597</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2023-12-20T07:05:37Z</dc:date>
    </item>
  </channel>
</rss>

