<?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: Process.SAS macro mediation analysis via the SAS/IML (ERROR: bad product ID for procedure IML) in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Process-SAS-macro-mediation-analysis-via-the-SAS-IML-ERROR-bad/m-p/876186#M5985</link>
    <description>To further your analysis you can run: proc setinit &amp;amp; proc product_status. SAS tech support will probably ask for the output of these when you open a support request.  &lt;A href="https://www.sas.com/en_ca/contact/technical-support.html" target="_blank"&gt;https://www.sas.com/en_ca/contact/technical-support.html&lt;/A&gt;</description>
    <pubDate>Wed, 17 May 2023 09:36:39 GMT</pubDate>
    <dc:creator>JosvanderVelden</dc:creator>
    <dc:date>2023-05-17T09:36:39Z</dc:date>
    <item>
      <title>Process.SAS macro mediation analysis via the SAS/IML (ERROR: bad product ID for procedure IML)</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Process-SAS-macro-mediation-analysis-via-the-SAS-IML-ERROR-bad/m-p/876182#M5984</link>
      <description>&lt;P&gt;Hi, I am using a PROCESS macro file (see &lt;A href="https://haskayne.ucalgary.ca/CCRAM/resource-hub" target="_blank"&gt;https://haskayne.ucalgary.ca/CCRAM/resource-hub&lt;/A&gt;) for mediation analysis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In running the Process.sas file, the SAS log file ends with the following error message (even before I run my SAS code with my dataset):&lt;/P&gt;&lt;P&gt;------------------------&lt;/P&gt;&lt;P&gt;ERROR: The SAS/IML product with which IML is associated is either not licensed for your system&lt;BR /&gt;or the product license has expired. Please contact your SAS installation representative.&lt;BR /&gt;ERROR: Bad product ID for procedure IML.&lt;/P&gt;&lt;P&gt;------------------------&lt;/P&gt;&lt;P&gt;Notes: (1) the SAS/IML product is licensed (expiration Feb 2024), which I've also confirmed with the SAS installation / IT representative from my institution and (2) I do have SAS enterprise miner workstation 14.1 installed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The process.sas file use to work (when I last used it in September 2022). When I try running my SAS program (i.e., the mediation analysis), I get the same error message. Below is what happens in the SAS log file:&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;%process (data=study,&lt;BR /&gt;y=DV, m=mediator, x=dumIV,&lt;BR /&gt;model=4, boot=10000, seed=123);&lt;BR /&gt;ERROR: The SAS/IML product with which IML is associated is either not licensed for your system&lt;BR /&gt;or the product license has expired. Please contact your SAS installation representative.&lt;BR /&gt;ERROR: Bad product ID for procedure IML.&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help! Thank you in advance!&lt;/P&gt;&lt;P&gt;-HC&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 08:13:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Process-SAS-macro-mediation-analysis-via-the-SAS-IML-ERROR-bad/m-p/876182#M5984</guid>
      <dc:creator>HC5</dc:creator>
      <dc:date>2023-05-17T08:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Process.SAS macro mediation analysis via the SAS/IML (ERROR: bad product ID for procedure IML)</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Process-SAS-macro-mediation-analysis-via-the-SAS-IML-ERROR-bad/m-p/876186#M5985</link>
      <description>To further your analysis you can run: proc setinit &amp;amp; proc product_status. SAS tech support will probably ask for the output of these when you open a support request.  &lt;A href="https://www.sas.com/en_ca/contact/technical-support.html" target="_blank"&gt;https://www.sas.com/en_ca/contact/technical-support.html&lt;/A&gt;</description>
      <pubDate>Wed, 17 May 2023 09:36:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Process-SAS-macro-mediation-analysis-via-the-SAS-IML-ERROR-bad/m-p/876186#M5985</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2023-05-17T09:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Process.SAS macro mediation analysis via the SAS/IML (ERROR: bad product ID for procedure IML)</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Process-SAS-macro-mediation-analysis-via-the-SAS-IML-ERROR-bad/m-p/876193#M5986</link>
      <description>You don't have SAS/IML product.&lt;BR /&gt;Using&lt;BR /&gt;proc setinit;run;&lt;BR /&gt;to check .</description>
      <pubDate>Wed, 17 May 2023 12:11:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Process-SAS-macro-mediation-analysis-via-the-SAS-IML-ERROR-bad/m-p/876193#M5986</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-05-17T12:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Process.SAS macro mediation analysis via the SAS/IML (ERROR: bad product ID for procedure IML)</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Process-SAS-macro-mediation-analysis-via-the-SAS-IML-ERROR-bad/m-p/876212#M5987</link>
      <description>&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Thank you JosvanderVelden and Ksharp&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for your helpful inputs!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;I ran the suggested code (proc setinit; run;), which resulted in the following in SAS log:&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;-------------------------------------------------&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;NOTE: SAS initialization used:&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;real time&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;2.29 seconds&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;cpu time&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;1.35 seconds&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;1&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;proc setinit; run;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;NOTE: PROCEDURE SETINIT used (Total process time):&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;real time&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;0.01 seconds&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;cpu time&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;0.00 seconds&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Original site validation data&lt;/P&gt;&lt;P class=""&gt;Current version: 9.04.01M3P062415&lt;/P&gt;&lt;P class=""&gt;Site name:&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;'T&amp;amp;R UTOF 2023-009040 EAS EMINER SERVER'.&lt;/P&gt;&lt;P class=""&gt;Site number:&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;70305235.&lt;/P&gt;&lt;P class=""&gt;Expiration:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;29FEB2024.&lt;/P&gt;&lt;P class=""&gt;Grace Period:&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;0 days (ending 29FEB2024).&lt;/P&gt;&lt;P class=""&gt;Warning Period: 33 days (ending 02APR2024).&lt;/P&gt;&lt;P class=""&gt;System birthday:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;21MAR2023.&lt;/P&gt;&lt;P class=""&gt;Operating System:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;WX64_WKS.&lt;/P&gt;&lt;P class=""&gt;Product expiration dates:&lt;/P&gt;&lt;P class=""&gt;---Base SAS Software&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;29FEB2024&lt;/P&gt;&lt;P class=""&gt;---SAS/STAT&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;29FEB2024&lt;/P&gt;&lt;P class=""&gt;---SAS/GRAPH&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;29FEB2024&lt;/P&gt;&lt;P class=""&gt;---SAS/CONNECT&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;29FEB2024&lt;/P&gt;&lt;P class=""&gt;---SAS Enterprise Miner&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;29FEB2024&lt;/P&gt;&lt;P class=""&gt;---SAS Integration Technologies&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;29FEB2024&lt;/P&gt;&lt;P class=""&gt;---SAS/Secure 168-bit&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;29FEB2024&lt;/P&gt;&lt;P class=""&gt;---SAS/Secure Windows&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;29FEB2024&lt;/P&gt;&lt;P class=""&gt;---SAS Enterprise Guide&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;29FEB2024&lt;/P&gt;&lt;P class=""&gt;---SAS/ACCESS Interface to PC Files&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;29FEB2024&lt;/P&gt;&lt;P class=""&gt;---SAS Workspace Server for Local Access&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;29FEB2024&lt;/P&gt;&lt;P class=""&gt;---High Performance Suite&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;29FEB2024&lt;/P&gt;&lt;P class=""&gt;---SAS Add-in for Microsoft Excel&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;29FEB2024&lt;/P&gt;---------------------------------------------------&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I'm not sure if SAS/IML is suppose to show up in the list, or if it's subsumed under another item in the above list (e.g.,&amp;nbsp;SAS Enterprise Miner).&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 May 2023 13:31:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Process-SAS-macro-mediation-analysis-via-the-SAS-IML-ERROR-bad/m-p/876212#M5987</guid>
      <dc:creator>HC5</dc:creator>
      <dc:date>2023-05-17T13:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Process.SAS macro mediation analysis via the SAS/IML (ERROR: bad product ID for procedure IML)</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Process-SAS-macro-mediation-analysis-via-the-SAS-IML-ERROR-bad/m-p/876257#M5988</link>
      <description>&lt;P&gt;SAS/IML would appear as a separate entry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, a product might show on the output for SETINIT as that shows license information.&lt;/P&gt;
&lt;P&gt;If that had happened we would ask you to run the following to show what was actually installed&lt;/P&gt;
&lt;PRE&gt;Proc product_status;
run;&lt;/PRE&gt;
&lt;P&gt;Some organizations may only install some of their licensed products for some users for whatever reasons they have.&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 15:16:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Process-SAS-macro-mediation-analysis-via-the-SAS-IML-ERROR-bad/m-p/876257#M5988</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-05-17T15:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Process.SAS macro mediation analysis via the SAS/IML (ERROR: bad product ID for procedure IML)</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Process-SAS-macro-mediation-analysis-via-the-SAS-IML-ERROR-bad/m-p/876421#M5989</link>
      <description>Yeah. You don't have SAS/IML, therefore you are unable to run this macro .</description>
      <pubDate>Thu, 18 May 2023 11:59:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Process-SAS-macro-mediation-analysis-via-the-SAS-IML-ERROR-bad/m-p/876421#M5989</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-05-18T11:59:33Z</dc:date>
    </item>
  </channel>
</rss>

