<?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: Post Hoc Pairwise Comparison Help in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/701011#M9522</link>
    <description>&lt;P&gt;You might want to bookmark the PROC GLM documentation and refer to it as needed.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_glm_toc.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_glm_toc.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The LSMEANS statements must come AFTER the model statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 514px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51937iFDB4ABAC0D146518/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Nov 2020 18:59:59 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-11-23T18:59:59Z</dc:date>
    <item>
      <title>Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/699931#M9503</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I wrote code to perform a post hoc pairwise comparison on my dataset called garlic. I view the answers and edited my code to correct any errors and warnings to match with the code found on the solution. After executing the program, I have one warning and one error. The warning states "&lt;/P&gt;&lt;DIV class="sasWarning"&gt;Output 'control plot' was not created. Make sure that the output object name, label, or path is spelled correctly. Also, verify that the appropriate procedure options are used to produce the requested output object. For example, verify that the NOPRINT option is not used." The error states "&lt;SPAN&gt;Statement is not valid or it is used out of proper order."? How can I resolve the warning and error messages?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Nov 2020 18:24:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/699931#M9503</guid>
      <dc:creator>Matim</dc:creator>
      <dc:date>2020-11-18T18:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/699936#M9504</link>
      <description>&lt;P&gt;Many of us will not download attachments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please copy and paste the log from the SAS log window (do not copy from your MS Word document) and paste it here after clicking on the &amp;lt;/&amp;gt; icon. Please show us the ENITRE log for this PROC. Do not chop out parts of the log&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 18:29:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/699936#M9504</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-18T18:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/699949#M9505</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/323513"&gt;@Matim&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I wrote code to perform a post hoc pairwise comparison on my dataset called garlic. I view the answers and edited my code to correct any errors and warnings to match with the code found on the solution. After executing the program, I have one warning and one error. The warning states "&lt;/P&gt;
&lt;DIV class="sasWarning"&gt;Output 'control plot' was not created. Make sure that the output object name, label, or path is spelled correctly. Also, verify that the appropriate procedure options are used to produce the requested output object. For example, verify that the NOPRINT option is not used." The error states "&lt;SPAN&gt;Statement is not valid or it is used out of proper order."? How can I resolve the warning and error messages?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="sasWarning"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The type of message relate to "Output 'control plot' was not created" has a few common issues. The one I make most often is using ODS OUTPUT with the incorrect name, the names typically do not have spaces in them so you might just need ControlPlot instead of "control plot". As the note mentioned the procedure may require a specific option to be used on either a Proc statement or other statement. So make sure the options you used will create the object. Typically you can search the documentation under the Details tab for "ODS Graphics" or "ODS Table Names" to find the proper name and the required options.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 18:54:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/699949#M9505</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-18T18:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700242#M9507</link>
      <description>&lt;P&gt;Sure&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the log from SAS Studio,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; 
 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 NOTE: ODS statements in the SAS Studio environment may disable some output features.
 73         
 74         *Practice: Using PROC GLM to Perform Post Hoc Pairwise Comparisons
 75         1);
 76         ods graphics;
 77         ods select lsmeans diff diffplot controlplot;
 78         proc glm data=stat1.garlic;
 79            plots(only)=(diffplot(center)controlplot);
                 _____
                 180
 NOTE: The previous statement has been deleted.
 ERROR 180-322: Statement is not valid or it is used out of proper order.
 80            class fertilizer;
 81            model Bulbwt=Fertilizer;
 82            Tukey: lsmeans Fertilizer / pdiff=all adjust=tukey;
 83            title "Post-Hoc Analysis of ANOVA---Fertilizer as Predictor";
 84         run;
 
 85         quit;
 
 WARNING: Output 'controlplot' was not created.  Make sure that the output object name, label, or path is spelled correctly.  Also, 
          verify that the appropriate procedure options are used to produce the requested output object.  For example, verify that 
          the NOPRINT option is not used.
 NOTE: The SAS System stopped processing this step because of errors.
 NOTE: PROCEDURE GLM used (Total process time):
       real time           4.90 seconds
       cpu time            0.26 seconds
       
 86         title;
 87         
 88         
 89         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 101      &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Let me know if I need to do anything else.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 16:06:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700242#M9507</guid>
      <dc:creator>Matim</dc:creator>
      <dc:date>2020-11-19T16:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700244#M9508</link>
      <description>&lt;PRE&gt; 78         proc glm data=stat1.garlic;
 79            plots(only)=(diffplot(center)controlplot);
                 _____
                 180
 NOTE: The previous statement has been deleted.
 ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/PRE&gt;
&lt;P&gt;The log is telling you that something is wrong with the PLOTS statement where it is. In fact, there is no PLOTS statement in PROC GLM.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Why does PROC GLM not recognize the PLOTS option of the PROC GLM statement, and think it is a separate statement? Because you have ended the PROC GLM statement with a semicolon. If you remove the semicolon, then PLOTS becomes part of the PROC GLM statement where it is a valid option.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 16:09:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700244#M9508</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-19T16:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700248#M9509</link>
      <description>I have tried correcting the spelling of controlplot and separated this word into two words of 'control' and 'plot', but I still got the same warning message. I will try searching the documentation and see what I can find there.</description>
      <pubDate>Thu, 19 Nov 2020 16:13:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700248#M9509</guid>
      <dc:creator>Matim</dc:creator>
      <dc:date>2020-11-19T16:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700250#M9510</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/323513"&gt;@Matim&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show me the log where you have made the change I described. I can't diagnose your code from written paragraphs.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 16:18:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700250#M9510</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-19T16:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700259#M9512</link>
      <description>Alright &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;,&lt;BR /&gt;I removed the semicolon after the garlic dataset statement and saw the error removed. Thanks for your help in this part. I still have a warning regarding the controlplot output. How do I create the output?</description>
      <pubDate>Thu, 19 Nov 2020 16:44:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700259#M9512</guid>
      <dc:creator>Matim</dc:creator>
      <dc:date>2020-11-19T16:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700261#M9513</link>
      <description>&lt;P&gt;Sure&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the log with the changes I have made thus far from your advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 NOTE: ODS statements in the SAS Studio environment may disable some output features.
 73         
 74         *Practice: Using PROC GLM to Perform Post Hoc Pairwise Comparisons
 75         1);
 76         ods graphics;
 77         ods select lsmeans diff diffplot ControlPlot;
 78         proc glm data=stat1.garlic
 79            plots(only)=(diffplot(center) ControlPlot);
 80            class fertilizer;
 81            model Bulbwt=Fertilizer;
 82            Tukey: lsmeans Fertilizer / pdiff=all adjust=tukey;
 83            title "Post-Hoc Analysis of ANOVA---Fertilizer as Predictor";
 84         run;
 
 85         quit;
 
 WARNING: Output 'ControlPlot' was not created.  Make sure that the output object name, label, or path is spelled correctly.  Also, 
          verify that the appropriate procedure options are used to produce the requested output object.  For example, verify that 
          the NOPRINT option is not used.
 NOTE: PROCEDURE GLM used (Total process time):
       real time           0.51 seconds
       cpu time            0.23 seconds
       
 
 86         title;
 87         
 88         
 89         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 101        &lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 19 Nov 2020 16:48:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700261#M9513</guid>
      <dc:creator>Matim</dc:creator>
      <dc:date>2020-11-19T16:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700287#M9514</link>
      <description>&lt;P&gt;You might want to bookmark this part of the SAS documentation, if you are going to be doing more plotting from PROC GLM.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_glm_details71.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_glm_details71.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It says clearly you must use the option PDIFF=CONTROL in the LSMEANS statement to get the CONTROLPLOT output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51843i0FB0CA95D3DBA41A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 18:07:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700287#M9514</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-19T18:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700979#M9518</link>
      <description>Okay Paige,&lt;BR /&gt;Thanks for the reference table.</description>
      <pubDate>Mon, 23 Nov 2020 17:15:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700979#M9518</guid>
      <dc:creator>Matim</dc:creator>
      <dc:date>2020-11-23T17:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700986#M9519</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;So, I tried to apply the statement of LSMEANS/PDIFF=CONTROL and I got 2 errors as the result. Here is the log for the code.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 NOTE: ODS statements in the SAS Studio environment may disable some output features.
 73         
 74         ods graphics;
 75         
 76         ods select lsmeans / pdiff=control;
                                      _
                                      22
                                      200
 ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string, ;, #, (, '.', /, WHERE, \.  
 ERROR 200-322: The symbol is not recognized and will be ignored.
 77         proc glm data=stat1.garlic
 78            plots(only)=(diffplot(center) controlplot);
 79            class fertilizer;
 80            model Bulbwt=Fertilizer;
 81            Tukey: lsmeans Fertilizer / pdiff=all adjust=tukey;
 82            title "Post-Hoc Analysis of ANOVA---Fertilizer as Predictor";
 83         run;
 
 84         quit;
 
 NOTE: PROCEDURE GLM used (Total process time):
       real time           0.61 seconds
       cpu time            0.29 seconds
       
 
 85         title;
 86         
 87         
 88         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 100        &lt;/LI-CODE&gt;
&lt;P&gt;In the original code where I had one warning, I seeked the solution to the exercise and the solution shows the exact coding where I originally had one warning and zero errors. I copied the solution to my programming interface and ran the code. I still got the same warning message. Am I not applying the reference code correctly?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Mat.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 17:55:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700986#M9519</guid>
      <dc:creator>Matim</dc:creator>
      <dc:date>2020-11-23T17:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700994#M9520</link>
      <description>&lt;P&gt;PDIFF=CONTROL is supposed to go in the LSMEANS statement and not the ODS statement.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 18:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/700994#M9520</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-23T18:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/701006#M9521</link>
      <description>&lt;P&gt;Alright,&lt;/P&gt;
&lt;P&gt;I removed the pdiff=control from the ods statement and placed it in the lsmeans statement under proc glm based on the reference table. I now end up with more warnings and one error. How did I get more warnings that now state 'diff','diffplot', and 'lsmeans' were not created? I also got an error stating 'a Model Statement' must be created'. Here is the log again.&lt;/P&gt;
&lt;PRE&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 NOTE: ODS statements in the SAS Studio environment may disable some output features.
 73         
 74         ods graphics;
 75         ods select lsmeans diff diffplot controlplot;
 76         proc glm data=stat1.garlic
 77            plots(only)=(diffplot(center) controlplot);
 78            lsmeans/pdiff=control;
 79            lsmeans/pdiff;
 80            class fertilizer;
 81            model Bulbwt=Fertilizer;
 82            Tukey: lsmeans Fertilizer / pdiff=all adjust=tukey;
 83            title "Post-Hoc Analysis of ANOVA---Fertilizer as Predictor";
 84         run;
 
 ERROR: A MODEL statement must be given.
 NOTE: The SAS System stopped processing this step because of errors.
 NOTE: PROCEDURE GLM used (Total process time):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 WARNING: Output 'controlplot' was not created.  Make sure that the output object name, label, or path is spelled correctly.  Also, 
          verify that the appropriate procedure options are used to produce the requested output object.  For example, verify that 
          the NOPRINT option is not used.
 WARNING: Output 'diffplot' was not created.  Make sure that the output object name, label, or path is spelled correctly.  Also, 
          verify that the appropriate procedure options are used to produce the requested output object.  For example, verify that 
          the NOPRINT option is not used.
 WARNING: Output 'diff' was not created.  Make sure that the output object name, label, or path is spelled correctly.  Also, verify 
          that the appropriate procedure options are used to produce the requested output object.  For example, verify that the 
          NOPRINT option is not used.
 WARNING: Output 'lsmeans' was not created.  Make sure that the output object name, label, or path is spelled correctly.  Also, 
          verify that the appropriate procedure options are used to produce the requested output object.  For example, verify that 
          the NOPRINT option is not used.
 85         quit;
 86         title;
 87         
 88         
 89         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 101        
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 18:52:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/701006#M9521</guid>
      <dc:creator>Matim</dc:creator>
      <dc:date>2020-11-23T18:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Post Hoc Pairwise Comparison Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/701011#M9522</link>
      <description>&lt;P&gt;You might want to bookmark the PROC GLM documentation and refer to it as needed.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_glm_toc.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_glm_toc.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The LSMEANS statements must come AFTER the model statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 514px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51937iFDB4ABAC0D146518/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 18:59:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Post-Hoc-Pairwise-Comparison-Help/m-p/701011#M9522</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-23T18:59:59Z</dc:date>
    </item>
  </channel>
</rss>

