<?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: Problem with File Path in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Problem-with-File-Path/m-p/942636#M1491</link>
    <description>Thank you for the help.</description>
    <pubDate>Thu, 05 Sep 2024 02:58:46 GMT</pubDate>
    <dc:creator>OliviaOk</dc:creator>
    <dc:date>2024-09-05T02:58:46Z</dc:date>
    <item>
      <title>Problem with File Path</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Problem-with-File-Path/m-p/942625#M1489</link>
      <description>&lt;P&gt;I am currently on lesson 2 of the Programming 1 course and it asks me to generate a report of a table using proc contents, I wrote the code:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc contents data="/odaws01-usw2/Files(Home)/EPG1V2/data/storm_summary.sas7bdat";&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;Specifying the file path I can see but I keep receiving an error message that the path doesn't exist - see attached image for log. What am I doing wrong here?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 02:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Problem-with-File-Path/m-p/942625#M1489</guid>
      <dc:creator>OliviaOk</dc:creator>
      <dc:date>2024-09-05T02:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with File Path</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Problem-with-File-Path/m-p/942626#M1490</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;It's just that your path is wrong. You don't use the server name and Files (Home), just something more like this:&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT color="#FF00FF"&gt;/home/u12345678&lt;/FONT&gt;&lt;FONT color="#339966"&gt;/EPG1V2/data/storm_summary.sas7bdat&lt;/FONT&gt;&lt;/FONT&gt; &lt;/STRONG&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT size="6" color="#FF00FF"&gt;~&lt;/FONT&gt;&lt;FONT color="#339966"&gt;/EPG1V2/data/storm_summary.sas7bdat&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;where instead of "&lt;FONT face="courier new,courier" color="#FF00FF"&gt;&lt;STRONG&gt;u12345678&lt;/STRONG&gt;&lt;/FONT&gt;", you use your own user ID or else you use the tilde (&lt;FONT size="6" color="#FF00FF"&gt;~&lt;/FONT&gt;) without a leading slash to indicate your &lt;STRONG&gt;&lt;FONT color="#FF00FF"&gt;Files (Home)&lt;/FONT&gt;&lt;/STRONG&gt; folder. If you right click on Files (Home) and choose Properties, you'll see the correct userID that you need to use in your DATA= option for this activity. Using the tilde (~) is probably easier, but it's not a bad idea to know what your unique userID is on the SAS OnDemand platform.&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 01:42:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Problem-with-File-Path/m-p/942626#M1490</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2024-09-05T01:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with File Path</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Problem-with-File-Path/m-p/942636#M1491</link>
      <description>Thank you for the help.</description>
      <pubDate>Thu, 05 Sep 2024 02:58:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Problem-with-File-Path/m-p/942636#M1491</guid>
      <dc:creator>OliviaOk</dc:creator>
      <dc:date>2024-09-05T02:58:46Z</dc:date>
    </item>
  </channel>
</rss>

