<?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: From SAS Studio (Viya), how do I reference a file that is stored in My Folder or SAS Content? in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/From-SAS-Studio-Viya-how-do-I-reference-a-file-that-is-stored-in/m-p/692499#M697</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32"&gt;@BrunoMueller&lt;/a&gt;, I am still not able to get this to work. &amp;nbsp;It is probably worth noting that I am trying to use this with %shpimprt, as my shapefilepath. &amp;nbsp;Any ideas? &amp;nbsp;Can my shape file be in SAS Content, or must it be on the file system?&lt;/P&gt;</description>
    <pubDate>Mon, 19 Oct 2020 12:28:02 GMT</pubDate>
    <dc:creator>rgreen33</dc:creator>
    <dc:date>2020-10-19T12:28:02Z</dc:date>
    <item>
      <title>From SAS Studio (Viya), how do I reference a file that is stored in My Folder or SAS Content?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/From-SAS-Studio-Viya-how-do-I-reference-a-file-that-is-stored-in/m-p/692213#M694</link>
      <description>&lt;P&gt;I am working on a script in SAS Studio (Viya). &amp;nbsp;I need to reference a file in My Folder or SAS Content. &amp;nbsp;How can I find the path of my file so that it can be used in my script? &amp;nbsp;Everything that I try keeps give me the following error: &amp;nbsp;Physical file does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ricky&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 19:22:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/From-SAS-Studio-Viya-how-do-I-reference-a-file-that-is-stored-in/m-p/692213#M694</guid>
      <dc:creator>rgreen33</dc:creator>
      <dc:date>2020-10-16T19:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: From SAS Studio (Viya), how do I reference a file that is stored in My Folder or SAS Content?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/From-SAS-Studio-Viya-how-do-I-reference-a-file-that-is-stored-in/m-p/692429#M696</link>
      <description>&lt;P&gt;If your code or data is stored in the SAS Content/SAS Folder tree, then you can use the FILESRVC file access method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See here for an example:&amp;nbsp;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=lestmtsglobal&amp;amp;docsetTarget=p0qapul7pyz9hmn0zfoefj0c278a.htm&amp;amp;locale=en#n0jkbbdvak6hann1og91a9o280rh"&gt;https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=lestmtsglobal&amp;amp;docsetTarget=p0qapul7pyz9hmn0zfoefj0c278a.htm&amp;amp;locale=en#n0jkbbdvak6hann1og91a9o280rh&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 06:24:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/From-SAS-Studio-Viya-how-do-I-reference-a-file-that-is-stored-in/m-p/692429#M696</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2020-10-19T06:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: From SAS Studio (Viya), how do I reference a file that is stored in My Folder or SAS Content?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/From-SAS-Studio-Viya-how-do-I-reference-a-file-that-is-stored-in/m-p/692499#M697</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32"&gt;@BrunoMueller&lt;/a&gt;, I am still not able to get this to work. &amp;nbsp;It is probably worth noting that I am trying to use this with %shpimprt, as my shapefilepath. &amp;nbsp;Any ideas? &amp;nbsp;Can my shape file be in SAS Content, or must it be on the file system?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 12:28:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/From-SAS-Studio-Viya-how-do-I-reference-a-file-that-is-stored-in/m-p/692499#M697</guid>
      <dc:creator>rgreen33</dc:creator>
      <dc:date>2020-10-19T12:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: From SAS Studio (Viya), how do I reference a file that is stored in My Folder or SAS Content?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/From-SAS-Studio-Viya-how-do-I-reference-a-file-that-is-stored-in/m-p/693260#M700</link>
      <description>&lt;P&gt;I found that I could place my files in the /data/home/&lt;EM&gt;my_user&lt;/EM&gt; folder. &amp;nbsp;I was then able to access my files via this path in my script.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 17:36:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/From-SAS-Studio-Viya-how-do-I-reference-a-file-that-is-stored-in/m-p/693260#M700</guid>
      <dc:creator>rgreen33</dc:creator>
      <dc:date>2020-10-21T17:36:40Z</dc:date>
    </item>
  </channel>
</rss>

