<?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: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/ in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823789#M41113</link>
    <description>&lt;P&gt;Thanks a lot for your help and your tutorial it's a lot clearer for me!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But on the import data part of the tutorial it seems that you can import data from your C: drive(see attached). Is it because you are not working on a company server ?(*)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Besides, why when I am quoting something it automatically generates that root at the beginning of the quote: "&lt;SPAN&gt;/opt/sas/config/Lev1/SASApp/" and can&amp;nbsp;I get rid of it ? You don't&lt;/SPAN&gt;&lt;SPAN&gt;seem to you have this problem and it may be for the same reason than the first question(*).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jonathan&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2022-07-18 à 11.52.20.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73389i0F5FAAC947D1BCB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d’écran 2022-07-18 à 11.52.20.png" alt="Capture d’écran 2022-07-18 à 11.52.20.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2022 10:26:50 GMT</pubDate>
    <dc:creator>jon8</dc:creator>
    <dc:date>2022-07-18T10:26:50Z</dc:date>
    <item>
      <title>Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823507#M41085</link>
      <description>&lt;P&gt;Hey!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just started an internship and I have to code on SAS. But I have two problems that i didn't heard about on the internet and may be connected to my company network when I try to launch that test script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA WORK.test;&lt;/P&gt;&lt;P&gt;INFILE "C:\Users\Documents\test.txt";&lt;/P&gt;&lt;P&gt;INPUT Column1 Column2;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first one is that error:&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/C:\Users\Documents\test.txt.&lt;/P&gt;&lt;P&gt;I don't know why the root "/opt/sas/config/Lev1/SASApp/" is there and am I the only one to have that error? I didn't saw it anywhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have been told to put an 'n' after the path (nobody knows why) just like that:&lt;/P&gt;&lt;P&gt;DATA WORK.test;&lt;/P&gt;&lt;P&gt;INFILE "C:\Users\Documents\test.txt"n;&lt;/P&gt;&lt;P&gt;INPUT Column1 Column2;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And now the error is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following: String, Quoted Chain.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 200-322: The symbol is not recognized and will be ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's wrong with the code?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really appreciate someone to help me with that case because I'm block if I can't even import a table.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Have a good day!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: I'm on 7.1 Version&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 13:48:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823507#M41085</guid>
      <dc:creator>jon8</dc:creator>
      <dc:date>2022-07-15T13:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823509#M41086</link>
      <description>&lt;P&gt;Your SAS ... most likely SAS Studio ...&amp;nbsp; is running on a server and it cannot access files on your computer's C: drive. The file has to be uploaded to the server first, and then accessed via the proper INFILE statement using the server location of the file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;infile "/opt/sas/config/Lev1/SASApp/test.txt";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but of course, you must use the exact server folder name and what I gave in the example may not be right.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 13:54:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823509#M41086</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-07-15T13:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823524#M41087</link>
      <description>&lt;P&gt;First thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, just by importing CSV files (File&amp;gt;New&amp;gt;Data&amp;gt;...) I can access to my computer's C: drive. Why can I reach it out in that case ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 14:54:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823524#M41087</guid>
      <dc:creator>jon8</dc:creator>
      <dc:date>2022-07-15T14:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823525#M41088</link>
      <description>And also why in the second case have I a Syntax Error ?&lt;BR /&gt;Thanks a lot&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jul 2022 14:56:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823525#M41088</guid>
      <dc:creator>jon8</dc:creator>
      <dc:date>2022-07-15T14:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823526#M41089</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/429631"&gt;@jon8&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;First thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, just by importing CSV files (File&amp;gt;New&amp;gt;Data&amp;gt;...) I can access to my computer's C: drive. Why can I reach it out in that case ?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Ok, first let's establish what SAS interface are you using. Are you using SAS Studio, or something else? If you're not sure, show us a screen capture (click on the "Insert Photos" icon, do not attach files).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 15:02:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823526#M41089</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-07-15T15:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823528#M41090</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/429631"&gt;@jon8&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;And also why in the second case have I a Syntax Error ?&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Second case is not valid syntax. You can't use anything that looks like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;infile&lt;SPAN&gt;&amp;nbsp;"C:\Users\Documents...&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and get it to work from SAS on a server.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 15:04:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823528#M41090</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-07-15T15:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823530#M41091</link>
      <description>Okay&lt;BR /&gt;&lt;BR /&gt;It’s getting clearer for me !&lt;BR /&gt;Have a nice week-end!&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jul 2022 15:13:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823530#M41091</guid>
      <dc:creator>jon8</dc:creator>
      <dc:date>2022-07-15T15:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823531#M41092</link>
      <description>[image0.jpeg]&lt;BR /&gt;Does that image helps you ?&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jul 2022 15:19:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823531#M41092</guid>
      <dc:creator>jon8</dc:creator>
      <dc:date>2022-07-15T15:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823532#M41093</link>
      <description>&lt;P&gt;Repeating: &lt;SPAN&gt;click on the "Insert Photos" icon&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 15:21:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823532#M41093</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-07-15T15:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823535#M41095</link>
      <description>Sorry</description>
      <pubDate>Fri, 15 Jul 2022 15:34:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823535#M41095</guid>
      <dc:creator>jon8</dc:creator>
      <dc:date>2022-07-15T15:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823536#M41096</link>
      <description>&lt;P&gt;You did not click on the "Insert Photos" icon.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I never download attachments, so please click on the "Insert Photos" icon.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 15:36:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823536#M41096</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-07-15T15:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823540#M41097</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="egup4" style="width: 456px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73347i47EAD78785EB1EC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="egup4" alt="egup4" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 15:56:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823540#M41097</guid>
      <dc:creator>jon8</dc:creator>
      <dc:date>2022-07-15T15:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823543#M41098</link>
      <description>&lt;P&gt;Thanks. I am not all that familiar with how Enterprise Guide interacts with your Windows file system. I think others (perhaps&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;) can give a better explanation.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 16:12:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823543#M41098</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-07-15T16:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823545#M41099</link>
      <description>Okay Thanks a lot.&lt;BR /&gt;So i Hope he will be able to help me.&lt;BR /&gt;Have a good day&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jul 2022 16:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823545#M41099</guid>
      <dc:creator>jon8</dc:creator>
      <dc:date>2022-07-15T16:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823548#M41100</link>
      <description>&lt;P&gt;While SAS Enterprise Guide runs on your local Windows machine, your SAS session is remote (on Linux, most likely) and cannot "see" your local C: drive. So you cannot use SAS syntax to reach your local files on your C drive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead, you must place the data file in a location where your SAS session can read it. For some users that might be on a shared network location that can be accessed by both Windows and Linux -- if you're lucky to have a setup like that in your org. We do here. For example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Windows: \\netshare\user\myid\data.csv&lt;/LI&gt;
&lt;LI&gt;Linux (and for SAS): /u/myid/data.csv&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you don't have that, you can use the Copy Files task in SAS Enterprise Guide to copy the local data file from SAS to a known location on your remote SAS session. That step can be captured as part of your process flow in a project. I have a &lt;A href="https://www.youtube.com/watch?v=GX9qqfVIpM8&amp;amp;t=3654s" target="_self"&gt;video tutorial for this here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 16:30:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823548#M41100</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2022-07-15T16:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823789#M41113</link>
      <description>&lt;P&gt;Thanks a lot for your help and your tutorial it's a lot clearer for me!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But on the import data part of the tutorial it seems that you can import data from your C: drive(see attached). Is it because you are not working on a company server ?(*)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Besides, why when I am quoting something it automatically generates that root at the beginning of the quote: "&lt;SPAN&gt;/opt/sas/config/Lev1/SASApp/" and can&amp;nbsp;I get rid of it ? You don't&lt;/SPAN&gt;&lt;SPAN&gt;seem to you have this problem and it may be for the same reason than the first question(*).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jonathan&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2022-07-18 à 11.52.20.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73389i0F5FAAC947D1BCB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d’écran 2022-07-18 à 11.52.20.png" alt="Capture d’écran 2022-07-18 à 11.52.20.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 10:26:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823789#M41113</guid>
      <dc:creator>jon8</dc:creator>
      <dc:date>2022-07-18T10:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823813#M41116</link>
      <description>&lt;P&gt;Your SAS session runs on a Linux server. UNIX systems use a single file navigation tree into which all storage is mounted. The character used to separate directories is the forward slash (and not the backward slash as in Windows). So the root of the whole filesystem is a single slash, and all your pathnames have to start with that, or the system will assume you use a&amp;nbsp;&lt;EM&gt;relative&lt;/EM&gt; path from the current working directory (which is /opt/sas/config/Lev1/SASApp, the place from where the server session was started).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After uploading the file in question to your server (you can use the Copy Files task for this), you need to use the target path in your code.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 12:00:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/823813#M41116</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-07-18T12:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/824315#M41138</link>
      <description>&lt;P&gt;Hey!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a little question after using your tutorial.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I create as many Sas Tables as I have csv files(in one code) or it has to be concatenate in one Sas Table ?(just like your four Netflix files were concatenate in one Sas Table)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 09:52:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/824315#M41138</guid>
      <dc:creator>jon8</dc:creator>
      <dc:date>2022-07-20T09:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error 22-322 and ERROR: Physical file does not exist, /opt/sas/config/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/824319#M41139</link>
      <description>&lt;P&gt;You can create multiple datasets in one data step like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data
  a
  b
  c
;
/* further code */
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;As you see, all datasets need to be named explicitly in the DATA statement.&lt;/P&gt;
&lt;P&gt;And you would have to code explicit OUTPUT statements for each of the datasets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to create X datasets of identical structures for X csv files, you should first evaluate if separate datasets are really needed. You may be better off creating a single dataset, and keeping the name (or part of the name) of the csv file in a separate variable.&lt;/P&gt;
&lt;P&gt;If you really need separate datasets, first create a macro that reads a single csv file into a single dataset (both names being macro parameters), and then call this macro repeatedly from a list of the csv files.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 10:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syntax-Error-22-322-and-ERROR-Physical-file-does-not-exist-opt/m-p/824319#M41139</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-07-20T10:12:47Z</dc:date>
    </item>
  </channel>
</rss>

