<?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: ERROR: Procedure CAUSALMED not found. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/639240#M190111</link>
    <description>Here is the log detail for&amp;nbsp;&amp;nbsp;%put &amp;amp;=SYSVLONG;SYSVLONG=9.04.01M3P062415&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 12 Apr 2020 01:09:43 GMT</pubDate>
    <dc:creator>Teketo</dc:creator>
    <dc:date>2020-04-12T01:09:43Z</dc:date>
    <item>
      <title>ERROR: Procedure CAUSALMED not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/639107#M190055</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to do causal mediation analysis using the CAUSALMED procedure. However, I have got an error message 'ERROR: Procedure CAUSALMED not found.'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc causalmed data = Merge.mCPR;&lt;BR /&gt;Class region V013 V701 V190 v218C V384 ;&lt;BR /&gt;Model V313M (event = last) = V013 V218C;&amp;nbsp;&lt;BR /&gt;Mediator v013 = v218c;&lt;BR /&gt;covar V013 V701 V190 V218C V384 GR1 GR2 FA1 FA2 FR1 FR2 Distance;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 03:06:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/639107#M190055</guid>
      <dc:creator>Teketo</dc:creator>
      <dc:date>2020-04-11T03:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure CAUSALMED not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/639115#M190062</link>
      <description>&lt;P&gt;Which version of SAS are you running? Causalmed is from one of the later releases and if you are a few releases behind it would not be part of SAS/Stat.&lt;/P&gt;
&lt;P&gt;Or perhaps you don't have a license or install for SAS/STAT.&lt;/P&gt;
&lt;P&gt;Use&lt;/P&gt;
&lt;PRE&gt;Proc product_status;
run;&lt;/PRE&gt;
&lt;P&gt;check the log. If you do not see SAS/Stat in the output then Stat was not installed. At which point you likely should run&lt;/P&gt;
&lt;PRE&gt;Proc setinit;
run;&lt;/PRE&gt;
&lt;P&gt;to see if you have a license for SAS/Stat. Again check the log. If Stat is in the output for Setinit then you&amp;nbsp; just need to install the Stat part. If Stat is not in the Setinit output then you are not licensed for SAS/Stat and would need that added to your license.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 04:46:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/639115#M190062</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-04-11T04:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure CAUSALMED not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/639132#M190070</link>
      <description>&lt;P&gt;The CAUSALMED procedure was released in SAS/STAT 14.3 as part of SAS&amp;nbsp;9.4m5.&lt;/P&gt;
&lt;P&gt;Run the following statement and post the value from the Log:&lt;/P&gt;
&lt;P&gt;%put &amp;amp;=SYSVLONG;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As ballardw says, you will probably see that your version of SAS is earlier than&lt;/P&gt;
&lt;P&gt;SYSVLONG=9.04.01M5&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 10:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/639132#M190070</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-04-11T10:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure CAUSALMED not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/639240#M190111</link>
      <description>Here is the log detail for&amp;nbsp;&amp;nbsp;%put &amp;amp;=SYSVLONG;SYSVLONG=9.04.01M3P062415&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Apr 2020 01:09:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/639240#M190111</guid>
      <dc:creator>Teketo</dc:creator>
      <dc:date>2020-04-12T01:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure CAUSALMED not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/639285#M190143</link>
      <description>&lt;P&gt;Right. So you are running SAS 9.4M3, which is why PROC CAUSALMED is not found.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2020 10:30:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/639285#M190143</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-04-12T10:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure CAUSALMED not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/708142#M217555</link>
      <description>&lt;P&gt;I am also running 9.4M3 (on Linux), under a site license to my university. How would I request the upgrade to M5 to be able to use proc causalmed? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 21:08:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/708142#M217555</guid>
      <dc:creator>mjwenger</dc:creator>
      <dc:date>2020-12-24T21:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure CAUSALMED not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/790886#M253247</link>
      <description>&lt;P&gt;I have the same question. Have you solved the problem?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 13:15:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/790886#M253247</guid>
      <dc:creator>Luckyjane</dc:creator>
      <dc:date>2022-01-19T13:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure CAUSALMED not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/790888#M253248</link>
      <description>&lt;P&gt;As mentioned in this thread, the only way to "solve the problem" is to run a recent version of SAS (&lt;SPAN&gt;SAS&amp;nbsp;9.4m5 or newer)&lt;/SPAN&gt;. Someone at your company or university is responsible for installing and maintaining the SAS software. Talk to him or her about upgrading.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your goal is to learn how to use the CAUSALMED procedure, you can sign up for &lt;A href="https://support.sas.com/software/products/ondemand-academics/" target="_self"&gt;SAS OnDemand for Academics&lt;/A&gt;, which is free to all learners.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 13:30:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-CAUSALMED-not-found/m-p/790888#M253248</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-01-19T13:30:57Z</dc:date>
    </item>
  </channel>
</rss>

