<?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: SAS code problem in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/SAS-code-problem/m-p/521623#M6736</link>
    <description>&lt;P&gt;Doesn't work is awful vague.&lt;BR /&gt;&lt;BR /&gt;Are there errors in the log?: Post the code and log in a code box opened with the {i} to maintain formatting of error messages.&lt;BR /&gt;&lt;BR /&gt;No output? Post any log in a code box.&lt;BR /&gt;&lt;BR /&gt;Unexpected output? Provide input data in the form of data step code pasted into a code box, the actual results and the expected results. Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat&lt;/A&gt;... will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Dec 2018 19:49:14 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-12-14T19:49:14Z</dc:date>
    <item>
      <title>SAS code problem</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-code-problem/m-p/521615#M6734</link>
      <description>&lt;P&gt;hello i have a code which when I running, it&amp;nbsp; doesn't work. I cannot troubleshoot the errors.&lt;/P&gt;&lt;P&gt;proc freq data=temp;&lt;BR /&gt;table type_weather;&lt;BR /&gt;run;&lt;BR /&gt;data =temp;&lt;BR /&gt;set temperature;&lt;BR /&gt;if type_weather &amp;lt;= 3 then precipitation ='dry';&lt;BR /&gt;else precipitation = 'wet' ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc print data=temp;&lt;BR /&gt;var precipitation type_weather;&lt;BR /&gt;run;&lt;BR /&gt;proc freq data=temp;&lt;BR /&gt;tables modiness * type_weather / expected chisq;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 19:34:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-code-problem/m-p/521615#M6734</guid>
      <dc:creator>phara30</dc:creator>
      <dc:date>2018-12-14T19:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS code problem</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-code-problem/m-p/521620#M6735</link>
      <description>Look at the log and go through them one by one. I'm guessing your first one is at data=temp? That's becaue there should not be an equal sign there. Post your log and code if you need further help. &lt;BR /&gt;&lt;BR /&gt;Also, if you're creating temp in step 2, how is it available for the previous step - the PROC FREQ? The temp data set has not been creating at this point in time.&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Dec 2018 19:46:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-code-problem/m-p/521620#M6735</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-14T19:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS code problem</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-code-problem/m-p/521623#M6736</link>
      <description>&lt;P&gt;Doesn't work is awful vague.&lt;BR /&gt;&lt;BR /&gt;Are there errors in the log?: Post the code and log in a code box opened with the {i} to maintain formatting of error messages.&lt;BR /&gt;&lt;BR /&gt;No output? Post any log in a code box.&lt;BR /&gt;&lt;BR /&gt;Unexpected output? Provide input data in the form of data step code pasted into a code box, the actual results and the expected results. Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat&lt;/A&gt;... will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 19:49:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-code-problem/m-p/521623#M6736</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-12-14T19:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS code problem</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-code-problem/m-p/523505#M6772</link>
      <description>&lt;P&gt;The error in the forth line which is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data =temp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just remove the&amp;nbsp; (=) sign&lt;/P&gt;&lt;P&gt;it will be&amp;nbsp; data temp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 21:41:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-code-problem/m-p/523505#M6772</guid>
      <dc:creator>Alobaidi</dc:creator>
      <dc:date>2018-12-25T21:41:38Z</dc:date>
    </item>
  </channel>
</rss>

