<?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: PROC EXPORT with SAS Studio in VIYA in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/PROC-EXPORT-with-SAS-Studio-in-VIYA/m-p/775720#M10244</link>
    <description>&lt;P&gt;The CAS backend of Viya runs on Linux, so you canno use backslashes in path names. Also keep in mind that CAS uses its own clustered file storage, which is not like a physical filesystem.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Oct 2021 18:04:25 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-10-21T18:04:25Z</dc:date>
    <item>
      <title>PROC EXPORT with SAS Studio in VIYA</title>
      <link>https://communities.sas.com/t5/SAS-Studio/PROC-EXPORT-with-SAS-Studio-in-VIYA/m-p/775595#M10242</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;We have just installed SAS VIYA, including SAS Studio module but we were used to use SAS9.x, and so it seems that we are not able to use anymore some PROC, expecially the PROC Export. Indeed we try to export .csv files with a | delimiter with the following code (from SAS snippets)&lt;BR /&gt;proc export data=WORK.FINAL&lt;BR /&gt;outfile="\Public\SAS Validation Tests\TEST #7\final1.csv"&lt;BR /&gt;dbms=csv&lt;BR /&gt;replace;&lt;BR /&gt;delimiter="|";&lt;BR /&gt;run;*/&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But either we have an error like "file doesn't physically exist" or the file is created as per log but we can't find the file at the location we defined within the SAS server... (We do not want to export it localy but in the server).&lt;BR /&gt;Does any one would like to kindly help us?&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 10:01:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/PROC-EXPORT-with-SAS-Studio-in-VIYA/m-p/775595#M10242</guid>
      <dc:creator>Clém</dc:creator>
      <dc:date>2021-10-21T10:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT with SAS Studio in VIYA</title>
      <link>https://communities.sas.com/t5/SAS-Studio/PROC-EXPORT-with-SAS-Studio-in-VIYA/m-p/775718#M10243</link>
      <description>Hi:&lt;BR /&gt;  My recommendation would be to work with Tech Support on this. They would need more information about your SAS Viya installation and connected drives and permissions to help you with this question. To open a track with Tech Support, fill out the form at this link: &lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt; .&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Thu, 21 Oct 2021 18:00:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/PROC-EXPORT-with-SAS-Studio-in-VIYA/m-p/775718#M10243</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-10-21T18:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT with SAS Studio in VIYA</title>
      <link>https://communities.sas.com/t5/SAS-Studio/PROC-EXPORT-with-SAS-Studio-in-VIYA/m-p/775720#M10244</link>
      <description>&lt;P&gt;The CAS backend of Viya runs on Linux, so you canno use backslashes in path names. Also keep in mind that CAS uses its own clustered file storage, which is not like a physical filesystem.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 18:04:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/PROC-EXPORT-with-SAS-Studio-in-VIYA/m-p/775720#M10244</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-21T18:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT with SAS Studio in VIYA</title>
      <link>https://communities.sas.com/t5/SAS-Studio/PROC-EXPORT-with-SAS-Studio-in-VIYA/m-p/776799#M10245</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;for your answers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For information we finally succeed with this type of code, including FILESRVC:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FILENAME REFFILE FILESRVC FOLDERPATH='/Public/tests' FILENAME='final1.csv';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;proc export data=WORK.FINAL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;outfile=REFFILE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dbms=csv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;replace;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;delimiter="|";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 16:31:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/PROC-EXPORT-with-SAS-Studio-in-VIYA/m-p/776799#M10245</guid>
      <dc:creator>Clém</dc:creator>
      <dc:date>2021-10-27T16:31:11Z</dc:date>
    </item>
  </channel>
</rss>

