<?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: Create an external datasets !!! in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-an-external-datasets/m-p/2663#M873</link>
    <description>Hi!&lt;BR /&gt;
  You can get that message if ANY part of your PATH is wrong. For example, let's say that I have a directory called "C:\temp" on my machine. This filename statement:&lt;BR /&gt;
[pre]filename mytmp 'c:\tmp\newfile.txt';[/pre] would be WRONG because I misspelled the directory name (assuming that I don't have a c:\tmp directory). The message that I would get would be:&lt;BR /&gt;
ERROR: Physical file does not exist, c:\tmp\newfile.txt &lt;BR /&gt;
    &lt;BR /&gt;
because SAS went out to try and write newfile.txt and could not find the correct directory path already in existence. SAS will not create a directory, you must write to a directory path that already exists and that you have the permission to write to.&lt;BR /&gt;
  &lt;BR /&gt;
I recommend that you double check your Path name and that you have write access to the directory in the path that you are trying to write to.&lt;BR /&gt;
  &lt;BR /&gt;
cynthia</description>
    <pubDate>Fri, 30 Mar 2007 15:31:10 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2007-03-30T15:31:10Z</dc:date>
    <item>
      <title>Create an external datasets !!!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-an-external-datasets/m-p/2662#M872</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
since few days ( many many days &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; ), i try to create an exteranl file ( on a SAS server ) like this :&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;filename TAB_OUT '/_my_path_server_/.../_my_files_/_my_file_.txt' lrecl=21 ;&lt;BR /&gt;
&lt;BR /&gt;
data CREATE ; set TAB_IN ;&lt;BR /&gt;
              &lt;BR /&gt;
sep = ';' ;&lt;BR /&gt;
&lt;BR /&gt;
file TAB_OUT ;&lt;BR /&gt;
&lt;BR /&gt;
put var1     3.   sep $1.&lt;BR /&gt;
    var2   $16.   sep $1. ; &lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
First  - Is this syntaxe looks like correct ?&lt;BR /&gt;
Second - Why SAS, when i run this prog, returm to me this message : &lt;I&gt;ERROR: Physical file does not exist, /_my_path_server_/.../_my_files_/_my_file_.txt&lt;/I&gt;.&lt;BR /&gt;
Sure, i know it does't exist anymore, i want to create it !!!!&lt;BR /&gt;
&lt;BR /&gt;
someone can &lt;I&gt;"light my lantern"&lt;/I&gt;, please ?</description>
      <pubDate>Fri, 30 Mar 2007 08:19:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-an-external-datasets/m-p/2662#M872</guid>
      <dc:creator>gemax</dc:creator>
      <dc:date>2007-03-30T08:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create an external datasets !!!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-an-external-datasets/m-p/2663#M873</link>
      <description>Hi!&lt;BR /&gt;
  You can get that message if ANY part of your PATH is wrong. For example, let's say that I have a directory called "C:\temp" on my machine. This filename statement:&lt;BR /&gt;
[pre]filename mytmp 'c:\tmp\newfile.txt';[/pre] would be WRONG because I misspelled the directory name (assuming that I don't have a c:\tmp directory). The message that I would get would be:&lt;BR /&gt;
ERROR: Physical file does not exist, c:\tmp\newfile.txt &lt;BR /&gt;
    &lt;BR /&gt;
because SAS went out to try and write newfile.txt and could not find the correct directory path already in existence. SAS will not create a directory, you must write to a directory path that already exists and that you have the permission to write to.&lt;BR /&gt;
  &lt;BR /&gt;
I recommend that you double check your Path name and that you have write access to the directory in the path that you are trying to write to.&lt;BR /&gt;
  &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 30 Mar 2007 15:31:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-an-external-datasets/m-p/2663#M873</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-03-30T15:31:10Z</dc:date>
    </item>
  </channel>
</rss>

