<?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: Simple fix for standard PROC MEANS procedure issue? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410252#M67248</link>
    <description>&lt;P&gt;Please post your full log &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Nov 2017 14:45:10 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2017-11-03T14:45:10Z</dc:date>
    <item>
      <title>Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410250#M67247</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;I am a new SAS user and have spent a large amount of time on a problem that I think has a simple explanation. I'm wondering if anyone has any ideas I can explore.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am trying to run a (very simple!) PROC MEANS procedure:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;PROC MEANS DATA=merge.FullData2;&lt;/DIV&gt;&lt;DIV&gt;VAR C_PQLpTot;&lt;/DIV&gt;&lt;DIV&gt;RUN;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;And I get this message:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;U&gt;C_PQLpTot&lt;/U&gt;&lt;SPAN&gt; is a new variable I created that sums survey scores from the original imported data. Subjects answered three questions using a score of 0-4 and I applied code to transform 0-4 (0=100; 1=75; 2=50; 3=25; and 4=0) and then average their responses for a score between 0-100.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I have tried running PROC MEANS on different numeric variables in my dataset (both newly created variables and variables that were imported with the original data set) and get the same error. &lt;/SPAN&gt;&amp;nbsp;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am sure there is a simple fix for this because it is so straightforward, but I can't seem to figure it out! Thanks in advance for your help.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Nov 2017 14:43:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410250#M67247</guid>
      <dc:creator>Tan2</dc:creator>
      <dc:date>2017-11-03T14:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410252#M67248</link>
      <description>&lt;P&gt;Please post your full log &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 14:45:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410252#M67248</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-11-03T14:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410258#M67249</link>
      <description>&lt;P&gt;Hi Draycut,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what appears in the log in full after I try to run:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;202&amp;nbsp; PROC MEANS DATA=merge.FullData2;&lt;BR /&gt;203&amp;nbsp; VAR C_PQLpTot;&lt;BR /&gt;204&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 423 observations read from the data set MERGE.FULLDATA2.&lt;BR /&gt;NOTE: PROCEDURE MEANS used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 14:47:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410258#M67249</guid>
      <dc:creator>Tan2</dc:creator>
      <dc:date>2017-11-03T14:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410265#M67250</link>
      <description>&lt;P&gt;I bet there is an error message in red in your log as well?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 14:52:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410265#M67250</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-11-03T14:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410267#M67251</link>
      <description>&lt;P&gt;Unfortunately not - usually it will say something that directs me to the problem area but I just get the one error message. Here is part of the log from my previous coding to give a bit more context (the first part is the reverse coding I talked about, and it worked fine):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;357&lt;BR /&gt;358&amp;nbsp; DATA merge.FullData2;&lt;BR /&gt;359&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET merge.FullData2;&lt;BR /&gt;360&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARRAY new (3) C_PedsQLC_P01 - C_PedsQLC_P03;&lt;BR /&gt;361&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARRAY old (3) C_PedsQLC_P1 - C_PedsQLC_P3;&lt;BR /&gt;362&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do i=1 to 3;&lt;BR /&gt;363&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if old(i)=0 then new(i)=100;&lt;BR /&gt;364&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else if old(i)=1 then new(i)=75;&lt;BR /&gt;365&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else if old(i)=2 then new(i)=50;&lt;BR /&gt;366&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else if old(i)=3 then new(i)=25;&lt;BR /&gt;367&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else if old(i)=4 then new(i)=0;&lt;BR /&gt;368&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;BR /&gt;369&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drop i;&lt;BR /&gt;370&amp;nbsp; C_PQLpNum = N(of C_PedsQLC_P01 C_PedsQLC_P02 C_PedsQLC_P03);&lt;BR /&gt;371&amp;nbsp; If C_PQLpNum GE 2 then C_PQLpTot = sum(C_PedsQLC_P01,C_PedsQLC_P02,C_PedsQLC_P03)/C_PQLpNum;&lt;BR /&gt;372&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;NOTE: There were 423 observations read from the data set MERGE.FULLDATA2.&lt;BR /&gt;NOTE: The data set MERGE.FULLDATA2 has 423 observations and 261 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.05 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.03 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;373&lt;BR /&gt;374&amp;nbsp; /*Coding for MASC-10*/&lt;BR /&gt;375&amp;nbsp; PROC MEANS DATA=merge.FullData2;&lt;BR /&gt;376&amp;nbsp; VAR C_PQLpTot;&lt;BR /&gt;377&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 423 observations read from the data set MERGE.FULLDATA2.&lt;BR /&gt;NOTE: PROCEDURE MEANS used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 14:55:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410267#M67251</guid>
      <dc:creator>Tan2</dc:creator>
      <dc:date>2017-11-03T14:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410274#M67253</link>
      <description>&lt;P&gt;&lt;SPAN&gt;358&amp;nbsp; DATA merge.FullData2;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;359&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET merge.FullData2;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You shouldn't code like that, it's a good way to destroy your data.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;PROC MEANS should run. After the data step, but before PROC MEANS can you add a proc contents and show the output?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 15:01:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410274#M67253</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-03T15:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410288#M67254</link>
      <description>&lt;P&gt;As I said, I'm a new SAS user. I've changed the coding throughout so that SET statements create a new data set that is a modified version of the data set in the DATA statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran PROC contents (see bolded section):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA merge.FullData6;&lt;BR /&gt;&amp;nbsp;SET merge.FullData5;&lt;BR /&gt;&amp;nbsp;ARRAY new (3) C_PedsQLC_P01 - C_PedsQLC_P03;&lt;BR /&gt;&amp;nbsp;ARRAY old (3) C_PedsQLC_P1 - C_PedsQLC_P3;&lt;BR /&gt;&amp;nbsp;Do i=1 to 3;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;if old(i)=0 then new(i)=100;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;else if old(i)=1 then new(i)=75;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;else if old(i)=2 then new(i)=50;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;else if old(i)=3 then new(i)=25;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;else if old(i)=4 then new(i)=0;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;end;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;drop i;&lt;BR /&gt;C_PQLpNum = N(of C_PedsQLC_P01 C_PedsQLC_P02 C_PedsQLC_P03);&lt;BR /&gt;If C_PQLpNum GE 2 then C_PQLpTot = sum(C_PedsQLC_P01,C_PedsQLC_P02,C_PedsQLC_P03)/C_PQLpNum;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PROC CONTENTS DATA=merge.FullData6;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;RUN;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC MEANS DATA=merge.FullData6;&lt;BR /&gt;VAR C_PQLpTot;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And received this error (again, see bold):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;169&lt;BR /&gt;170&amp;nbsp; PROC CONTENTS DATA=merge.FullData6;&lt;BR /&gt;171&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Unable to restore 'Base.Contents.Attributes' from template store!&lt;/STRONG&gt;&lt;BR /&gt;NOTE: PROCEDURE CONTENTS used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;172&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;173&amp;nbsp; PROC MEANS DATA=merge.FullData6;&lt;BR /&gt;174&amp;nbsp; VAR C_PQLpTot;&lt;BR /&gt;175&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 423 observations read from the data set MERGE.FULLDATA6.&lt;BR /&gt;NOTE: PROCEDURE MEANS used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 15:23:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410288#M67254</guid>
      <dc:creator>Tan2</dc:creator>
      <dc:date>2017-11-03T15:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410290#M67255</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You seem to have some other issues. have you tried restarting your computer and SAS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, you may need to check if your installation is correct, something has clearly messed up your settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 15:32:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410290#M67255</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-03T15:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410291#M67256</link>
      <description>&lt;P&gt;Not sure if this will affect it, but call you library anything other than SAS reserved words, in this case "merge" is a reserved word.&amp;nbsp; This is very bad form, and can cause issues all over the place.&amp;nbsp; So call you library something else then try it (probably best in a new session) and see if that changes it.&amp;nbsp; Also please avoid coding ALL IN CAPITALS (or mixed case), as it makes code hard to read.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 15:33:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410291#M67256</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-11-03T15:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410296#M67257</link>
      <description>&lt;P&gt;Sounds like you are having trouble with ODS.&amp;nbsp; Can you produce any output?&amp;nbsp; Can run the PROC MEANS with the NOPRINT option and OUTPUT statement so that are not generating any printed output and instead are just generating a new dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your SASUSER profile might be locked or corrupted.&lt;/P&gt;
&lt;P&gt;Your WORK directory might be full.&lt;/P&gt;
&lt;P&gt;Or worse something might be messed up with the SAS installation that is causing the error about the ODS template.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 15:46:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410296#M67257</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-11-03T15:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410299#M67258</link>
      <description>I have restarted my computer and SAS, same issue remains.</description>
      <pubDate>Fri, 03 Nov 2017 15:53:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410299#M67258</guid>
      <dc:creator>Tan2</dc:creator>
      <dc:date>2017-11-03T15:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410301#M67259</link>
      <description>Thank you - this is helpful going forward in any case. I replaced 'merge' with 'alldata' to avoid use of a reserved word and will avoid CAPS going forward. Unfortunately still having the same issue with my current coding after these changes.</description>
      <pubDate>Fri, 03 Nov 2017 15:55:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410301#M67259</guid>
      <dc:creator>Tan2</dc:creator>
      <dc:date>2017-11-03T15:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410306#M67261</link>
      <description>Thanks Tom. My work directory is not full and I have never seen any errors related to my SAS user profile. When I first started there was an error related to the ODS template (I can't remember what it was or how I fixed it at the time). I have tried everything else suggested here, so I am wondering if reinstallation of SAS would be the next step.</description>
      <pubDate>Fri, 03 Nov 2017 16:08:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410306#M67261</guid>
      <dc:creator>Tan2</dc:creator>
      <dc:date>2017-11-03T16:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410314#M67262</link>
      <description>Are you modifying the search paths for templates in your code?  Have you actually been creating you own templates for ODS?&lt;BR /&gt;Open a ticket with SAS support.  They should be the best place to get detailed support.  They can work with you on what to test and probably will be able to fix it without a full install.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Nov 2017 16:13:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410314#M67262</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-11-03T16:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410320#M67263</link>
      <description>Okay - thank you. I haven't modified any paths or created any templates. I'll open a ticket and go from there. Thanks again for your help!</description>
      <pubDate>Fri, 03 Nov 2017 16:17:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410320#M67263</guid>
      <dc:creator>Tan2</dc:creator>
      <dc:date>2017-11-03T16:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410448#M67267</link>
      <description>&lt;P&gt;Hi all - after uninstall and reinstall everything seems to be working well. In the meantime also received a solution from SAS technical support which I did not try as the reinstall fixed the issues. Thanks again.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 20:19:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410448#M67267</guid>
      <dc:creator>Tan2</dc:creator>
      <dc:date>2017-11-03T20:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Simple fix for standard PROC MEANS procedure issue?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410506#M67278</link>
      <description>&lt;P&gt;Glad you found a solution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2017 04:59:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-fix-for-standard-PROC-MEANS-procedure-issue/m-p/410506#M67278</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-11-04T04:59:14Z</dc:date>
    </item>
  </channel>
</rss>

