<?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: Error message about a missing physical file in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Error-message-about-a-missing-physical-file/m-p/765931#M10183</link>
    <description>FYI since it's unix I also think your paths, folders and file names needs to be lower case not upper cased. Weight vs weight.</description>
    <pubDate>Fri, 03 Sep 2021 20:35:46 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-09-03T20:35:46Z</dc:date>
    <item>
      <title>Error message about a missing physical file</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-message-about-a-missing-physical-file/m-p/765928#M10181</link>
      <description>&lt;P&gt;I have an error message that has completely stumped me. The pertinent chunk of code is shown below. The message states that a physical file does not exist, named /pbr/bi ... etc. Could someone help me out please? Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running SAS Studio release 3.8&amp;nbsp;(Enterprise Edition) in Google Chrome, Version 93.0.4577.63 (Official Build)(64-bit). The SAS Studio has the following characteristics:&lt;BR /&gt;Build date: Sep 1, 2020 11:12:26 AM&lt;BR /&gt;SAS release: 9.04.01M6P11072018&lt;BR /&gt;SAS platform: Linux LIN X64 3.10.0-1062.9.1.el7.x86_64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Log chunk begins here&lt;/P&gt;&lt;P&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;NOTE: ODS statements in the SAS Studio environment may disable some output features.&lt;BR /&gt;69&lt;BR /&gt;70 /*===============================================================+&lt;BR /&gt;71 | c:\sys\sas\weight\movingaverage02.sas |&lt;BR /&gt;72 | March 15, 2019 |&lt;BR /&gt;73 +===============================================================*/&lt;BR /&gt;74 /*==================================================================+&lt;BR /&gt;75 | |5 |&lt;BR /&gt;76 | Initial input. |&lt;BR /&gt;77 +==================================================================*/&lt;BR /&gt;78 libname home '/home/u57995729';&lt;BR /&gt;NOTE: Libref HOME was successfully assigned as follows:&lt;BR /&gt;Engine: V9&lt;BR /&gt;Physical Name: /home/u57995729&lt;BR /&gt;79 libname sasuser2 '/home/u57995729/sasuser.v94';&lt;BR /&gt;NOTE: Libref SASUSER2 refers to the same physical library as SASUSER.&lt;BR /&gt;NOTE: Libref SASUSER2 was successfully assigned as follows:&lt;BR /&gt;Engine: V9&lt;BR /&gt;Physical Name: /home/u57995729/sasuser.v94&lt;BR /&gt;80 libname weight '/home/u57995729/Weight';&lt;BR /&gt;NOTE: Libref WEIGHT was successfully assigned as follows:&lt;BR /&gt;Engine: V9&lt;BR /&gt;Physical Name: /home/u57995729/Weight&lt;BR /&gt;81 filename in '/home/u57995729/Weight/weight01.dat';&lt;BR /&gt;82 title;footnote;&lt;BR /&gt;83 options nodate number; /* Suppress the date and display page numbers in upper right corner. */&lt;BR /&gt;84 data weight;&lt;BR /&gt;85 infile in;&lt;BR /&gt;86 informat day date7.;&lt;BR /&gt;87 format day date7. weight 5.2;&lt;BR /&gt;88 input day Weight @@;&lt;BR /&gt;89 label weight='Weight'&lt;BR /&gt;90 day='Date';&lt;BR /&gt;91 run;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp//home/u57995729/Weight/weight01.dat.&lt;/STRONG&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;WARNING: The data set WORK.WEIGHT may be incomplete. When this step was stopped there were 0 observations and 2 variables.&lt;BR /&gt;WARNING: Data set WORK.WEIGHT was not replaced because this step was stopped.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;user cpu time 0.00 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 670.65k&lt;BR /&gt;OS Memory 24228.00k&lt;BR /&gt;Timestamp 09/03/2021 08:06:30 PM&lt;BR /&gt;Step Count 34 Switch Count 0&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 104&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 0&lt;BR /&gt;Involuntary Context Switches 0&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 8&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 20:30:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-message-about-a-missing-physical-file/m-p/765928#M10181</guid>
      <dc:creator>wmjklein</dc:creator>
      <dc:date>2021-09-03T20:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error message about a missing physical file</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-message-about-a-missing-physical-file/m-p/765930#M10182</link>
      <description>Did you create/upload the weight01.dat file?&lt;BR /&gt;Can you show a screenshot of Servers Files and Folders pane, specifically under the WEIGHT folder showing your weight01 file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2021 20:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-message-about-a-missing-physical-file/m-p/765930#M10182</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-09-03T20:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error message about a missing physical file</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-message-about-a-missing-physical-file/m-p/765931#M10183</link>
      <description>FYI since it's unix I also think your paths, folders and file names needs to be lower case not upper cased. Weight vs weight.</description>
      <pubDate>Fri, 03 Sep 2021 20:35:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-message-about-a-missing-physical-file/m-p/765931#M10183</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-09-03T20:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error message about a missing physical file</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-message-about-a-missing-physical-file/m-p/765945#M10184</link>
      <description>&lt;PRE&gt;filename in '~/Weight/weight01.dat';&lt;/PRE&gt;
&lt;P&gt;Try this.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 21:38:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-message-about-a-missing-physical-file/m-p/765945#M10184</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-09-03T21:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error message about a missing physical file</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-message-about-a-missing-physical-file/m-p/765947#M10185</link>
      <description>&lt;P&gt;And make sure that your slashes are simple ASCII slashes, and not some funny UTF characters. And check if some undisplayable character ended up at the beginning of the path, causing it to be mistaken for relative.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 21:42:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-message-about-a-missing-physical-file/m-p/765947#M10185</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-09-03T21:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error message about a missing physical file</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-message-about-a-missing-physical-file/m-p/765949#M10186</link>
      <description>&lt;P&gt;That is a very strange error message:&lt;/P&gt;
&lt;PRE&gt;ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp//home/u57995729/Weight/weight01.dat.&lt;/PRE&gt;
&lt;P&gt;It is prefixing the current working directory as if your filename did not start with a /.&lt;/P&gt;
&lt;P&gt;Are you sure that the character that looks like a / is actually a / and not some strange other character that happens to look like a /?&lt;/P&gt;
&lt;P&gt;Are you sure there is not some invisible character between the opening quote and /?&amp;nbsp; Try re-typing that line of the code.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 21:45:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-message-about-a-missing-physical-file/m-p/765949#M10186</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-09-03T21:45:49Z</dc:date>
    </item>
  </channel>
</rss>

