<?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: PROC RSREG: Error in PLOTS command in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-RSREG-Error-in-PLOTS-command/m-p/240895#M55661</link>
    <description>Hi, double check the RSREG documentation and see what PLOTS= options were supported in your version of SAS/STAT. The STAT procedures are always being enhanced to support ODS GRAPHICS so if you have an older version of SAS/STAT, there is a possibility that your PLOTS= options are not for your version.&lt;BR /&gt;cynthia</description>
    <pubDate>Sat, 26 Dec 2015 18:00:53 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2015-12-26T18:00:53Z</dc:date>
    <item>
      <title>PROC RSREG: Error in PLOTS command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-RSREG-Error-in-PLOTS-command/m-p/240772#M55639</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;1. Consider a 2-year trial to compare 17 treatments. The treatments were observed in randomized complete block design with 3 block was used. Both year and the block are random effects. Test in each year did in one different location&lt;/P&gt;&lt;P&gt;I use this analysis method:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token procnames"&gt;data&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;work&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;test2&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token keyword"&gt;input&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;year&lt;/SPAN&gt; location treat rep Cycloxidim1 Arrat Cycloxidim2 OHC NLATOT WLATOT &lt;SPAN class="token statement"&gt;BY&lt;/SPAN&gt; SY&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token keyword"&gt;cards&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;BR /&gt;PROC RSREG DATA=Work.Test2 plots=(DIAGNOSTICS RIDGE) /noprint;&lt;BR /&gt;MODEL BY SY = year treat rep / LACKFIT ;&lt;BR /&gt;RIDGE MAX MIN;&lt;BR /&gt;&amp;nbsp; run;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and I see these problems in log window;&lt;/P&gt;&lt;PRE&gt;52   PROC RSREG DATA=Work.Test2 PLOTS=(DIAGNOSTICS RIDGE) /noprint;
                                -----
                                22
                                76
ERROR 22-322: Syntax error, expecting one of the following: ;, (, DATA, DEBUG, EPSILON, NOPRINT,
              OUT.
ERROR 76-322: Syntax error, statement will be ignored.
53   MODEL BY_T_HA_  SY_T_HA_ = year treat rep / LACKFIT ;
ERROR: No data set open to look up variables.
ERROR: No data set open to look up variables.
ERROR: No data set open to look up variables.
ERROR: No data set open to look up variables.
ERROR: No data set open to look up variables.
54   RIDGE MAX MIN;
55     run;&lt;/PRE&gt;&lt;P&gt;Please help me to Know my fault in writing sas codes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;2. Also I want to find linear, quardratic and cubic relationship between BY and SY with NLATOT WLATOT Cycloxidim1 for Treatment 3 to 10.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2015 06:30:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-RSREG-Error-in-PLOTS-command/m-p/240772#M55639</guid>
      <dc:creator>maabadi</dc:creator>
      <dc:date>2015-12-24T06:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC RSREG: Error in PLOTS command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-RSREG-Error-in-PLOTS-command/m-p/240786#M55647</link>
      <description>&lt;P&gt;The forward slash, delete it and you should&amp;nbsp;not get error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;...&lt;BR /&gt;PROC RSREG DATA=Work.Test2 PLOTS=(DIAGNOSTICS RIDGE) noprint;&lt;BR /&gt;...&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2015 10:30:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-RSREG-Error-in-PLOTS-command/m-p/240786#M55647</guid>
      <dc:creator>mohamed_zaki</dc:creator>
      <dc:date>2015-12-24T10:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: PROC RSREG: Error in PLOTS command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-RSREG-Error-in-PLOTS-command/m-p/240880#M55658</link>
      <description>I delete slash and correct command but still SAS show the same error?</description>
      <pubDate>Sat, 26 Dec 2015 07:42:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-RSREG-Error-in-PLOTS-command/m-p/240880#M55658</guid>
      <dc:creator>maabadi</dc:creator>
      <dc:date>2015-12-26T07:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: PROC RSREG: Error in PLOTS command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-RSREG-Error-in-PLOTS-command/m-p/240895#M55661</link>
      <description>Hi, double check the RSREG documentation and see what PLOTS= options were supported in your version of SAS/STAT. The STAT procedures are always being enhanced to support ODS GRAPHICS so if you have an older version of SAS/STAT, there is a possibility that your PLOTS= options are not for your version.&lt;BR /&gt;cynthia</description>
      <pubDate>Sat, 26 Dec 2015 18:00:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-RSREG-Error-in-PLOTS-command/m-p/240895#M55661</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-12-26T18:00:53Z</dc:date>
    </item>
  </channel>
</rss>

