<?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: Keep on getting the same warning in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Keep-on-getting-the-same-warning/m-p/578287#M13326</link>
    <description>&lt;P&gt;When you encounter problems, always post the log. Use the {i} button for posting log (or other fixed-space) text.&lt;/P&gt;
&lt;P&gt;Please post example data in a data step with datalines, like this (creates a copy of the often used sashelp.class dataset):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data class;
input name :$8. sex :$1. age height weight;
datalines;
Alfred      M      14     69.0      112.5
Alice       F      13     56.5       84.0
Barbara     F      13     65.3       98.0
Carol       F      14     62.8      102.5
Henry       M      14     63.5      102.5
James       M      12     57.3       83.0
Jane        F      12     59.8       84.5
Janet       F      15     62.5      112.5
Jeffrey     M      13     62.5       84.0
John        M      12     59.0       99.5
Joyce       F      11     51.3       50.5
Judy        F      14     64.3       90.0
Louise      F      12     56.3       77.0
Mary        F      15     66.5      112.0
Philip      M      16     72.0      150.0
Robert      M      12     64.8      128.0
Ronald      M      15     67.0      133.0
Thomas      M      11     57.5       85.0
William     M      15     66.5      112.0
;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Posting data in this way does not leave any ambiguities. If needed, add a format statement.&lt;/P&gt;
&lt;P&gt;This code was posted using the "little running man" button.&lt;/P&gt;
&lt;P&gt;Unless your question deals explicitly with Excel files, do not use them to post data. Excel spreadsheets do not convey important information, like SAS variable types and lengths, SAS formats etc.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2019 07:40:54 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-08-01T07:40:54Z</dc:date>
    <item>
      <title>Keep on getting the same warning</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keep-on-getting-the-same-warning/m-p/578286#M13325</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new with SAS. When I tried to use ANOVA for my data, I keep on getting the same warning causing the result to be incomplete.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the log window, it says "WARNING: LSMEAN differences for Days are not estimable; no table of differences will be produced."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How am I supposed to solve this problem?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 07:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keep-on-getting-the-same-warning/m-p/578286#M13325</guid>
      <dc:creator>SyazmiSaadon</dc:creator>
      <dc:date>2019-08-01T07:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Keep on getting the same warning</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keep-on-getting-the-same-warning/m-p/578287#M13326</link>
      <description>&lt;P&gt;When you encounter problems, always post the log. Use the {i} button for posting log (or other fixed-space) text.&lt;/P&gt;
&lt;P&gt;Please post example data in a data step with datalines, like this (creates a copy of the often used sashelp.class dataset):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data class;
input name :$8. sex :$1. age height weight;
datalines;
Alfred      M      14     69.0      112.5
Alice       F      13     56.5       84.0
Barbara     F      13     65.3       98.0
Carol       F      14     62.8      102.5
Henry       M      14     63.5      102.5
James       M      12     57.3       83.0
Jane        F      12     59.8       84.5
Janet       F      15     62.5      112.5
Jeffrey     M      13     62.5       84.0
John        M      12     59.0       99.5
Joyce       F      11     51.3       50.5
Judy        F      14     64.3       90.0
Louise      F      12     56.3       77.0
Mary        F      15     66.5      112.0
Philip      M      16     72.0      150.0
Robert      M      12     64.8      128.0
Ronald      M      15     67.0      133.0
Thomas      M      11     57.5       85.0
William     M      15     66.5      112.0
;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Posting data in this way does not leave any ambiguities. If needed, add a format statement.&lt;/P&gt;
&lt;P&gt;This code was posted using the "little running man" button.&lt;/P&gt;
&lt;P&gt;Unless your question deals explicitly with Excel files, do not use them to post data. Excel spreadsheets do not convey important information, like SAS variable types and lengths, SAS formats etc.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 07:40:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keep-on-getting-the-same-warning/m-p/578287#M13326</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-08-01T07:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Keep on getting the same warning</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keep-on-getting-the-same-warning/m-p/579062#M13396</link>
      <description>&lt;DIV&gt;&lt;DIV class="sasSource"&gt;I'm sorry, I'm still new here. Here's what it said in the log window&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: ODS statements in the SAS Studio environment may disable some output features.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;71&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72 /*&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 *&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 * Task code generated by SAS Studio 3.7&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 *&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 * Generated on '8/5/19, 10:10 AM'&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 * Generated by 'u40795001'&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 * Generated on server 'ODAWS01-APSE1.ODA.SAS.COM'&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 * Generated on SAS platform 'Linux LIN X64 3.10.0-693.21.1.el7.x86_64'&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 * Generated on SAS version '9.04.01M5P09132017'&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 * Generated on browser 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 ! Chrome/75.0.3770.142 Safari/537.36'&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 * Generated on web client&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 ! '&lt;A href="https://odamid.oda.sas.com/SASStudio/main?locale=en_US&amp;amp;zone=GMT%252B08%253A00&amp;amp;https%3A%2F%2Fodamid.oda.sas.com%2FSASStud" target="_blank" rel="noopener"&gt;https://odamid.oda.sas.com/SASStudio/main?locale=en_US&amp;amp;zone=GMT%252B08%253A00&amp;amp;https%3A%2F%2Fodamid.oda.sas.com%2FSASStud&lt;/A&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 ! io%2F='&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83 *&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;84 */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;85&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;86 ods noproctitle;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;87 ods graphics / imagemap=on;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;88&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;89 proc glm data=WORK.IMPORT;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;90 class Days CM Water CS;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;91 model Volume=Days CM Water CS Days*CM Days*Water Days*CS CM*Water CM*CS&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;92 Water*CS Days*CM*Water Days*CM*CS Days*Water*CS CM*Water*CS Days*CM*Water*CS&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;93 / ss1 ss3;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;94 lsmeans Days CM Water CS / adjust=tukey pdiff=all alpha=0.05 cl;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;95 quit;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: LSMEAN differences for Days are not estimable; no table of differences will be produced.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: LSMEAN differences for CM are not estimable; no table of differences will be produced.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: LSMEAN differences for CS are not estimable; no table of differences will be produced.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE GLM used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.22 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;user cpu time 0.23 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;system cpu time 0.01 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;memory 6635.50k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;OS Memory 34916.00k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Timestamp 08/05/2019 02:10:32 AM&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Step Count 197 Switch Count 74&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Reclaims 1901&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Voluntary Context Switches 469&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Involuntary Context Switches 1&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Input Operations 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Output Operations 816&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;96&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;97 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;109&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 03:40:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keep-on-getting-the-same-warning/m-p/579062#M13396</guid>
      <dc:creator>SyazmiSaadon</dc:creator>
      <dc:date>2019-08-05T03:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Keep on getting the same warning</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keep-on-getting-the-same-warning/m-p/579283#M13436</link>
      <description>&lt;P&gt;A google search (see Maxim 6) for&amp;nbsp;&lt;A href="https://www.google.com/search?q=sas+WARNING%3A+LSMEAN+differences+for+Days+are+not+estimable%3B+no+table+of+differences+will+be+produced.&amp;amp;rlz=1C1GCEA_enAT786AT787&amp;amp;oq=sas+WARNING%3A+LSMEAN+differences+for+Days+are+not+estimable%3B+no+table+of+differences+will+be+produced.&amp;amp;aqs=chrome..69i57.1843j0j7&amp;amp;sourceid=chrome&amp;amp;ie=UTF-8" target="_blank" rel="noopener"&gt;sas WARNING: LSMEAN differences for Days are not estimable; no table of differences will be produced.&lt;/A&gt;&amp;nbsp;lead me to these results:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/Why-am-I-getting-quot-non-est-quot-in-an-lsmeans-tables/td-p/79466" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/Statistical-Procedures/Why-am-I-getting-quot-non-est-quot-in-an-lsmeans-tables/td-p/79466&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/22/582.html" target="_blank" rel="noopener"&gt;https://support.sas.com/kb/22/582.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 06:33:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keep-on-getting-the-same-warning/m-p/579283#M13436</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-08-06T06:33:16Z</dc:date>
    </item>
  </channel>
</rss>

