<?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: Cannot Solve the Error in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Cannot-Solve-the-Error/m-p/612562#M8501</link>
    <description>you can try</description>
    <pubDate>Wed, 18 Dec 2019 03:08:29 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2019-12-18T03:08:29Z</dc:date>
    <item>
      <title>Cannot Solve the Error</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Cannot-Solve-the-Error/m-p/612554#M8498</link>
      <description>&lt;P&gt;Hi, created this code but cannot solve the messages in the error code. Attached screenshot.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 00:52:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Cannot-Solve-the-Error/m-p/612554#M8498</guid>
      <dc:creator>rkaur17</dc:creator>
      <dc:date>2019-12-18T00:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Solve the Error</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Cannot-Solve-the-Error/m-p/612560#M8499</link>
      <description>&lt;P&gt;Instead of the proc import , use libname to create the library and then run the remaining code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname p1 '/home/u42928787';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 02:16:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Cannot-Solve-the-Error/m-p/612560#M8499</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-12-18T02:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Solve the Error</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Cannot-Solve-the-Error/m-p/612561#M8500</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using sas studio. Would that still work?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 02:39:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Cannot-Solve-the-Error/m-p/612561#M8500</guid>
      <dc:creator>rkaur17</dc:creator>
      <dc:date>2019-12-18T02:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Solve the Error</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Cannot-Solve-the-Error/m-p/612562#M8501</link>
      <description>you can try</description>
      <pubDate>Wed, 18 Dec 2019 03:08:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Cannot-Solve-the-Error/m-p/612562#M8501</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-12-18T03:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Solve the Error</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Cannot-Solve-the-Error/m-p/612736#M8502</link>
      <description>&lt;P&gt;Please do not post pictures of code or log entries. It makes it hard to post corrections of code.&lt;/P&gt;
&lt;P&gt;Better is to copy the text from the Editor, or in the case error messages the entire block of code with the error messages, and on the forum open a code box using the {I} and paste the text. The code box is important as the message windows on the forum will reformat text moving diagnostic indicators that appear in many errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE&gt;4    Proc freq data=sashelp.class
5       tables sex*age;
        ------
        22
        202
ERROR 22-322: Syntax error, expecting one of the following: ;, (, COMPRESS, DATA, FC, FORMCHAR,
              NLEVELS, NOPRINT, ORDER, PAGE.
ERROR 202-322: The option or parameter is not recognized and will be ignored.
6    run;
&lt;/PRE&gt;
&lt;P&gt;The underscores indicate that the word "tables" is unexpected . In this particular case because the Proc statement is missing a semicolon and TABLES is not an allowable option for the Proc Freq statement. The message shows what might be acceptable, starting with the ; and shows valid options.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 16:40:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Cannot-Solve-the-Error/m-p/612736#M8502</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-12-18T16:40:14Z</dc:date>
    </item>
  </channel>
</rss>

