<?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: SAS onDemand for Academics_SAS programming activity_Error: physical file does not exist in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-onDemand-for-Academics-SAS-programming-activity-Error/m-p/710127#M26765</link>
    <description>&lt;P&gt;I have marked the reason for the error message in your code:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/363030"&gt;@hyejung7890&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;The new code I have is:&lt;BR /&gt;&lt;BR /&gt;proc import datafile="/home/u51562302/EPG1V2/data/np_traffic.csv"&lt;BR /&gt;dbms=csv&lt;BR /&gt;out=&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;traffic&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;replace;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc contents data=&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;np_traffic&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;BR /&gt;run;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jan 2021 06:18:48 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2021-01-08T06:18:48Z</dc:date>
    <item>
      <title>SAS onDemand for Academics_SAS programming activity_Error: physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-onDemand-for-Academics-SAS-programming-activity-Error/m-p/709874#M26741</link>
      <description>&lt;DIV class="sasSource"&gt;Good day,&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;I somehow keep getting the below error message while I carry out the activities for each lesson of SAS programming.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;I have tried copying and pasting as well as typing each letters knowing it might be case-sensitive. Should I delete and re-download the&amp;nbsp;EPG1V2 file?&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Many thanks in advance.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;-----------------------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 proc import datafile="home/u51562302/EPG1V2/data/np_traffic.csv"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 dbms=csv&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 out=traffic&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 replace;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;NOTE: Unable to open parameter catalogue: SAS USER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;WORK.PARMS.PARMS.SLIST.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;ERROR: Physical file does not exist, /home/u51562302/home/u51562302/EPG1V2/data/np_traffic.csv.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Import unsuccessful. See SAS Log for details.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real-time 0.02 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;user CPU time 0.02 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;system CPU time 0.01 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;memory 8217.25k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;OS Memory 39196.00k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Timestamp 2021/01/07 11:34:20 AM&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Step Count 61 Switch Count 5&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Reclaims 1184&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Voluntary Context Switches 25&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Involuntary Context Switches 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Input Operations 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Output Operations 8&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 proc contents data=traffic;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: File WORK.TRAFFIC.DATA does not exist.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Statements not processed because of errors noted above.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE CONTENTS used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real-time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;user CPU time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;system CPU time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;memory 468.03k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;OS Memory 34732.00k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Timestamp 2021/01/07 11:34:20 AM&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Step Count 62 Switch Count 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Reclaims 50&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Voluntary Context Switches 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Involuntary Context Switches 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Input Operations 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Output Operations 8&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;94&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Jan 2021 11:41:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-onDemand-for-Academics-SAS-programming-activity-Error/m-p/709874#M26741</guid>
      <dc:creator>hyejung7890</dc:creator>
      <dc:date>2021-01-07T11:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS onDemand for Academics_SAS programming activity_Error: physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-onDemand-for-Academics-SAS-programming-activity-Error/m-p/709877#M26742</link>
      <description>&lt;P&gt;On UNIX systems, you always need to use an&amp;nbsp;&lt;EM&gt;absolute&lt;/EM&gt; path (starting at the root directory). So your statement should be this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile="/home/u51562302/EPG1V2/data/np_traffic.csv"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note the leading slash (indicates root as starting point) in the path name.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 11:45:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-onDemand-for-Academics-SAS-programming-activity-Error/m-p/709877#M26742</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-07T11:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS onDemand for Academics_SAS programming activity_Error: physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-onDemand-for-Academics-SAS-programming-activity-Error/m-p/710116#M26763</link>
      <description>&lt;P&gt;Thank you for your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now see the output data but not the results. And it's still giving me:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: File WORK.NP_TRAFFIC.DATA does not exist.&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can I do?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 05:15:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-onDemand-for-Academics-SAS-programming-activity-Error/m-p/710116#M26763</guid>
      <dc:creator>hyejung7890</dc:creator>
      <dc:date>2021-01-08T05:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS onDemand for Academics_SAS programming activity_Error: physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-onDemand-for-Academics-SAS-programming-activity-Error/m-p/710117#M26764</link>
      <description>The new code I have is:&lt;BR /&gt;&lt;BR /&gt;proc import datafile="/home/u51562302/EPG1V2/data/np_traffic.csv"&lt;BR /&gt;dbms=csv&lt;BR /&gt;out=traffic&lt;BR /&gt;replace;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc contents data=np_traffic;&lt;BR /&gt;run;</description>
      <pubDate>Fri, 08 Jan 2021 05:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-onDemand-for-Academics-SAS-programming-activity-Error/m-p/710117#M26764</guid>
      <dc:creator>hyejung7890</dc:creator>
      <dc:date>2021-01-08T05:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS onDemand for Academics_SAS programming activity_Error: physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-onDemand-for-Academics-SAS-programming-activity-Error/m-p/710127#M26765</link>
      <description>&lt;P&gt;I have marked the reason for the error message in your code:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/363030"&gt;@hyejung7890&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;The new code I have is:&lt;BR /&gt;&lt;BR /&gt;proc import datafile="/home/u51562302/EPG1V2/data/np_traffic.csv"&lt;BR /&gt;dbms=csv&lt;BR /&gt;out=&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;traffic&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;replace;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc contents data=&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;np_traffic&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;BR /&gt;run;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 06:18:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-onDemand-for-Academics-SAS-programming-activity-Error/m-p/710127#M26765</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-01-08T06:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS onDemand for Academics_SAS programming activity_Error: physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-onDemand-for-Academics-SAS-programming-activity-Error/m-p/710143#M26766</link>
      <description>Hi,&lt;BR /&gt;Many thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;I assume that those highlighted ones must be the same?&lt;BR /&gt;i.e. np_traffic ?</description>
      <pubDate>Fri, 08 Jan 2021 10:47:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-onDemand-for-Academics-SAS-programming-activity-Error/m-p/710143#M26766</guid>
      <dc:creator>hyejung7890</dc:creator>
      <dc:date>2021-01-08T10:47:57Z</dc:date>
    </item>
  </channel>
</rss>

