<?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 power; custom not recognized in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645428#M192934</link>
    <description>&lt;P&gt;Custom is not an option in Proc Power for SAS/Stat 14.1 or earlier.&lt;/P&gt;</description>
    <pubDate>Tue, 05 May 2020 21:49:12 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-05-05T21:49:12Z</dc:date>
    <item>
      <title>proc power; custom not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645424#M192931</link>
      <description>&lt;P&gt;I'm trying to do a power analysis, but even when I copy and paste SAS's online example, I get the following error message:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2 proc power;&lt;BR /&gt;3 custom&lt;BR /&gt;------&lt;BR /&gt;180&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;4 dist = chisquare&lt;BR /&gt;5 primnc = 0.23&lt;BR /&gt;6 testdf = 1&lt;BR /&gt;7 ntotal = 30&lt;BR /&gt;8 power = .;&lt;BR /&gt;9 run;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;Am I missing a part of my system that allows me to use the custom statement? I am using SAS for Windows 9.4.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 21:35:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645424#M192931</guid>
      <dc:creator>clpvigen</dc:creator>
      <dc:date>2020-05-05T21:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: proc power; custom not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645426#M192932</link>
      <description>&lt;P&gt;What version of SAS/STAT do you have? It appears in at least 14.2+, not sure about prior versions&lt;/P&gt;
&lt;P&gt;You can check with the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 May 2020 21:42:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645426#M192932</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-05T21:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: proc power; custom not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645428#M192934</link>
      <description>&lt;P&gt;Custom is not an option in Proc Power for SAS/Stat 14.1 or earlier.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 21:49:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645428#M192934</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-05T21:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: proc power; custom not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645429#M192935</link>
      <description>&lt;P&gt;Are you on a different platform? I believe the latest for SAS for Windows is 9.4. Is custom not provided in Windows?&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 21:58:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645429#M192935</guid>
      <dc:creator>clpvigen</dc:creator>
      <dc:date>2020-05-05T21:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: proc power; custom not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645432#M192937</link>
      <description>&lt;P&gt;Different modules have different version numbers. When you run the code I posted:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It will post the version of SAS/STAT in your log. What version did it say was included?&lt;/P&gt;
&lt;P&gt;Different items can be shipped as a customer may want to upgrade different portions for various reasons so 9.4 doesn't map to a specific version of SAS/STAT. You need to tell us what SAS/STAT version you have from running the code above and finding the value in the log besides SAS/STAT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 22:04:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645432#M192937</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-05T22:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: proc power; custom not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645436#M192940</link>
      <description>&lt;P&gt;SAS changed how they reference the module versions vs SAS releases a while back. SAS/9.4.&lt;U&gt;4&lt;/U&gt; has SAS/Stat 14.2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Proc Product_status indicates the versions of modules installed. For instance part of the result for my install:&lt;/P&gt;
&lt;PRE&gt;For SAS/STAT ...
   Custom version information: 14.2
For SAS/GRAPH ...
   Custom version information: 9.4_M4
For High Performance Suite ...
   Custom version information: 2.2_M5

&lt;/PRE&gt;
&lt;P&gt;Different modules have different release sequences.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 22:25:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645436#M192940</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-05T22:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: proc power; custom not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645481#M192974</link>
      <description>&lt;P&gt;I have version 13.1. How would I go about upgrading that portion of my system?&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 23:56:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645481#M192974</guid>
      <dc:creator>clpvigen</dc:creator>
      <dc:date>2020-05-05T23:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: proc power; custom not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645605#M193017</link>
      <description>&lt;P&gt;With an up-to-date license your SAS admin should be able to request SAS updates.&lt;/P&gt;
&lt;P&gt;There may however be some system limitations as there is a chance that your 13.1 is on a 32bit computer and the latest versions of SAS are for 64bit operating systems.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any way, check with your SAS admin about updates.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 14:22:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645605#M193017</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-06T14:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: proc power; custom not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645645#M193028</link>
      <description>&lt;P&gt;Thanks ballardw and reeza!&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 15:53:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645645#M193028</guid>
      <dc:creator>clpvigen</dc:creator>
      <dc:date>2020-05-06T15:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: proc power; custom not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645649#M193032</link>
      <description>&lt;P&gt;Assuming non commercial usage, SAS UE or SAS Academics on Demand will have the latest version of SAS/STAT.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 16:11:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-power-custom-not-recognized/m-p/645649#M193032</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-06T16:11:19Z</dc:date>
    </item>
  </channel>
</rss>

