<?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: Can't read in files anymore in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906196#M40488</link>
    <description>&lt;P&gt;I created the libaname beforehand so it should be fine, but even when I try to just save it to the work one it still won't work:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-12-05 at 09.50.02.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90791i7E11FB1353CA0C79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-12-05 at 09.50.02.png" alt="Screenshot 2023-12-05 at 09.50.02.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also, I have some documents that worked before, but now even those don't work so there has to be some kind of problem (not in the code itself):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-12-05 at 09.51.21.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90792i6C534891FFEC5F99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-12-05 at 09.51.21.png" alt="Screenshot 2023-12-05 at 09.51.21.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-12-05 at 09.51.32.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90793iB3D6DDC7DA765FD8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-12-05 at 09.51.32.png" alt="Screenshot 2023-12-05 at 09.51.32.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 07:51:46 GMT</pubDate>
    <dc:creator>StellaPals</dc:creator>
    <dc:date>2023-12-05T07:51:46Z</dc:date>
    <item>
      <title>Can't read in files anymore</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906047#M40475</link>
      <description>&lt;P&gt;I got a new computer but I used sas studio in chrome so everything should work the same. However, I am unable to read in files now, nothing works! Even the codes that worked before get a weird error, I honestly don't know what to do anymore. Need help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I always get this error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Expected open parenthesis after macro function name not found.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to run this code: (and yes I know the path is correct and everything, but I still get an error)&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;FILENAME REFFILE '/home/u62488281/turu/proje.csv';&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;PROC IMPORT DATAFILE=REFFILE&lt;/DIV&gt;&lt;DIV&gt;DBMS=CSV&lt;/DIV&gt;&lt;DIV&gt;OUT=turu.andmed;&lt;/DIV&gt;&lt;DIV&gt;GETNAMES=YES;&lt;/DIV&gt;&lt;DIV&gt;RUN;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Dec 2023 16:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906047#M40475</guid>
      <dc:creator>StellaPals</dc:creator>
      <dc:date>2023-12-04T16:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read in files anymore</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906048#M40476</link>
      <description>&lt;P&gt;Also, if that error sometimes goes away then I get this text and it still won't work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class=""&gt;68&lt;/DIV&gt;&lt;DIV class=""&gt;69 FILENAME REFFILE '/home/u62488281/turu/proje.csv';&lt;/DIV&gt;&lt;DIV class=""&gt;70&lt;/DIV&gt;&lt;DIV class=""&gt;71 PROC IMPORT DATAFILE=REFFILE&lt;/DIV&gt;&lt;DIV class=""&gt;72 DBMS=CSV&lt;/DIV&gt;&lt;DIV class=""&gt;73 OUT=turu.andmed;&lt;/DIV&gt;&lt;DIV class=""&gt;74 GETNAMES=YES;&lt;/DIV&gt;&lt;DIV class=""&gt;75 RUN;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to&lt;/DIV&gt;&lt;DIV class=""&gt;WORK.PARMS.PARMS.SLIST.&lt;/DIV&gt;&lt;DIV class=""&gt;Number of names found is less than number of variables found.&lt;/DIV&gt;&lt;DIV class=""&gt;Name PK��W�A!�~~Index/Document.iwaz�_�e84�" truncated to PK��W�A!�~~In.&lt;/DIV&gt;&lt;DIV class=""&gt;Problems were detected with provided names. See LOG.&lt;/DIV&gt;&lt;DIV class=""&gt;76 /**********************************************************************&lt;/DIV&gt;&lt;DIV class=""&gt;77 * PRODUCT: SAS&lt;/DIV&gt;&lt;DIV class=""&gt;78 * VERSION: 9.4&lt;/DIV&gt;&lt;DIV class=""&gt;79 * CREATOR: External File Interface&lt;/DIV&gt;&lt;DIV class=""&gt;80 * DATE: 04DEC23&lt;/DIV&gt;&lt;DIV class=""&gt;81 * DESC: Generated SAS Datastep Code&lt;/DIV&gt;&lt;DIV class=""&gt;82 * TEMPLATE SOURCE: (None Specified.)&lt;/DIV&gt;&lt;DIV class=""&gt;83 ***********************************************************************/&lt;/DIV&gt;&lt;DIV class=""&gt;84 data TURU.ANDMED ;&lt;/DIV&gt;&lt;DIV class=""&gt;85 %let _EFIERR_ = 0; /* set the ERROR detection macro variable */&lt;/DIV&gt;&lt;DIV class=""&gt;86 infile REFFILE delimiter = ',' MISSOVER DSD firstobs=2 ;&lt;/DIV&gt;&lt;DIV class=""&gt;87 informat "PK��W�A!�~~In"N $166. ;&lt;/DIV&gt;&lt;DIV class=""&gt;88 informat VAR2 $434. ;&lt;/DIV&gt;&lt;DIV class=""&gt;89 informat VAR3 $43. ;&lt;/DIV&gt;&lt;DIV class=""&gt;90 informat VAR4 $23. ;&lt;/DIV&gt;&lt;DIV class=""&gt;91 format "PK��W�A!�~~In"N $166. ;&lt;/DIV&gt;&lt;DIV class=""&gt;92 format VAR2 $434. ;&lt;/DIV&gt;&lt;DIV class=""&gt;93 format VAR3 $43. ;&lt;/DIV&gt;&lt;DIV class=""&gt;94 format VAR4 $23. ;&lt;/DIV&gt;&lt;DIV class=""&gt;95 input&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: The quoted string currently being processed has become more than 262 bytes long. You might have unbalanced quotation marks.&lt;/DIV&gt;&lt;DIV class=""&gt;96 "PK��W�A!�~~In"N $&lt;/DIV&gt;&lt;DIV class=""&gt;97 VAR2 $&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;&lt;DIV class=""&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;user cpu time 0.01 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;system cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;memory 10425.93k&lt;/DIV&gt;&lt;DIV class=""&gt;OS Memory 29724.00k&lt;/DIV&gt;&lt;DIV class=""&gt;Timestamp 04/12/2023 04:13:28 PM&lt;/DIV&gt;&lt;DIV class=""&gt;Step Count 30 Switch Count 2&lt;/DIV&gt;&lt;DIV class=""&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class=""&gt;Page Reclaims 333&lt;/DIV&gt;&lt;DIV class=""&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class=""&gt;Voluntary Context Switches 29&lt;/DIV&gt;&lt;DIV class=""&gt;Involuntary Context Switches 0&lt;/DIV&gt;&lt;DIV class=""&gt;Block Input Operations 0&lt;/DIV&gt;&lt;DIV class=""&gt;Block Output Operations 64&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: WORK.VERSION_1701706376866 data set was successfully created.&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: PROCEDURE used (Total process time):&lt;/DIV&gt;&lt;DIV class=""&gt;real time 0.04 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;user cpu time 0.03 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;system cpu time 0.01 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;memory 10425.93k&lt;/DIV&gt;&lt;DIV class=""&gt;OS Memory 29724.00k&lt;/DIV&gt;&lt;DIV class=""&gt;Timestamp 04/12/2023 04:13:28 PM&lt;/DIV&gt;&lt;DIV class=""&gt;Step Count 30 Switch Count 11&lt;/DIV&gt;&lt;DIV class=""&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class=""&gt;Page Reclaims 3797&lt;/DIV&gt;&lt;DIV class=""&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class=""&gt;Voluntary Context Switches 92&lt;/DIV&gt;&lt;DIV class=""&gt;Involuntary Context Switches 1&lt;/DIV&gt;&lt;DIV class=""&gt;Block Input Operations 0&lt;/DIV&gt;&lt;DIV class=""&gt;Block Output Operations 104&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;98 VAR3 $&lt;/DIV&gt;&lt;DIV class=""&gt;99 VAR4 $&lt;/DIV&gt;&lt;DIV class=""&gt;100 ;&lt;/DIV&gt;&lt;DIV class=""&gt;101 if _ERROR_ then call symputx('_EFIERR_',1); /* set ERROR detection macro variable */&lt;/DIV&gt;&lt;DIV class=""&gt;102 run;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;103&lt;/DIV&gt;&lt;DIV class=""&gt;104 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class=""&gt;114&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Dec 2023 16:15:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906048#M40476</guid>
      <dc:creator>StellaPals</dc:creator>
      <dc:date>2023-12-04T16:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read in files anymore</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906109#M40481</link>
      <description>&lt;P&gt;Start by opening a new SAS session then open and run your program and post your complete SAS log if you still have problems.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 20:19:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906109#M40481</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-12-04T20:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read in files anymore</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906123#M40483</link>
      <description>Your path seems to indicate you're using SAS on Demand, if that's the case, it should still work and the issue is something else entirely. Is your Chrome version up to date? Do you have any Chrome Add ons that may be adding things to the code?</description>
      <pubDate>Mon, 04 Dec 2023 21:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906123#M40483</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-12-04T21:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read in files anymore</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906152#M40484</link>
      <description>&lt;P&gt;I don't see a LIBNAME for a library named turu. Do you have some sort of other program or Studio environment setting for that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 23:59:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906152#M40484</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-12-04T23:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read in files anymore</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906192#M40487</link>
      <description>&lt;P&gt;Yes I am using SAS OnDemand for academics. I just updated my chrome so yes it is up to date. Don't have any add ons, but it still won't work.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 07:48:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906192#M40487</guid>
      <dc:creator>StellaPals</dc:creator>
      <dc:date>2023-12-05T07:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read in files anymore</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906196#M40488</link>
      <description>&lt;P&gt;I created the libaname beforehand so it should be fine, but even when I try to just save it to the work one it still won't work:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-12-05 at 09.50.02.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90791i7E11FB1353CA0C79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-12-05 at 09.50.02.png" alt="Screenshot 2023-12-05 at 09.50.02.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also, I have some documents that worked before, but now even those don't work so there has to be some kind of problem (not in the code itself):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-12-05 at 09.51.21.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90792i6C534891FFEC5F99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-12-05 at 09.51.21.png" alt="Screenshot 2023-12-05 at 09.51.21.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-12-05 at 09.51.32.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90793iB3D6DDC7DA765FD8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-12-05 at 09.51.32.png" alt="Screenshot 2023-12-05 at 09.51.32.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 07:51:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906196#M40488</guid>
      <dc:creator>StellaPals</dc:creator>
      <dc:date>2023-12-05T07:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read in files anymore</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906205#M40489</link>
      <description>&lt;P&gt;1. Under Options/Preferences check box "Show custom code..."&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_0-1701765099660.png" style="width: 510px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90797i6E1ACEE299148D08/image-dimensions/510x144?v=v2" width="510" height="144" role="button" title="Patrick_0-1701765099660.png" alt="Patrick_0-1701765099660.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. Create a new SAS session,&lt;/P&gt;
&lt;P&gt;3. Add at the very beginning of the code that throws the error the following statement:&lt;/P&gt;
&lt;PRE&gt;options msglevel=i mprint merror mlogic;&lt;/PRE&gt;
&lt;P&gt;4. Run your code&lt;/P&gt;
&lt;P&gt;5. Share the &lt;STRONG&gt;COMPLETE&lt;/STRONG&gt; SAS log with us (please post it via menu &lt;STRONG&gt;&amp;lt;/&amp;gt;&lt;/STRONG&gt; to the forum)&lt;/P&gt;
&lt;P&gt;NB: Before you share your SAS log browse through it and remove all PII data like your user name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you also could check under Options/Autoexec file is if you've got any code there. If so then please share this code here as well.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_1-1701764592607.png" style="width: 537px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90796i08805A44D027B559/image-dimensions/537x294?v=v2" width="537" height="294" role="button" title="Patrick_1-1701764592607.png" alt="Patrick_1-1701764592607.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 08:34:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906205#M40489</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-12-05T08:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read in files anymore</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906230#M40490</link>
      <description>&lt;P&gt;I actually didn't change anything, but it magically just started working again. Thank you though!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 13:01:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906230#M40490</guid>
      <dc:creator>StellaPals</dc:creator>
      <dc:date>2023-12-05T13:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read in files anymore</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906266#M40491</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/439513"&gt;@StellaPals&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I actually didn't change anything, but it magically just started working again. Thank you though!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Your initial message where it has this:&lt;/P&gt;
&lt;PRE&gt;ERROR: Expected open parenthesis after macro function name not found.&lt;/PRE&gt;
&lt;P&gt;would normally indicate to me that somewhere in your code SAS encountered something like&lt;/P&gt;
&lt;PRE&gt;%something&lt;/PRE&gt;
&lt;P&gt;that SAS interpretted as being a macro function code. At which point whatever followed that may have been treated as part of the macro code. Many macro related errors can cause SAS to become unstable and require restarting to clear the condition. Save code often.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 16:29:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Can-t-read-in-files-anymore/m-p/906266#M40491</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-12-05T16:29:30Z</dc:date>
    </item>
  </channel>
</rss>

