Hi, I am using a PROCESS macro file (see https://haskayne.ucalgary.ca/CCRAM/resource-hub) for mediation analysis.
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):
------------------------
ERROR: The SAS/IML product with which IML is associated is either not licensed for your system
or the product license has expired. Please contact your SAS installation representative.
ERROR: Bad product ID for procedure IML.
------------------------
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.
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:
---------
%process (data=study,
y=DV, m=mediator, x=dumIV,
model=4, boot=10000, seed=123);
ERROR: The SAS/IML product with which IML is associated is either not licensed for your system
or the product license has expired. Please contact your SAS installation representative.
ERROR: Bad product ID for procedure IML.
run;
---------
Please help! Thank you in advance!
-HC
NOTE: SAS initialization used:
real time 2.29 seconds
cpu time 1.35 seconds
1 proc setinit; run;
NOTE: PROCEDURE SETINIT used (Total process time):
real time 0.01 seconds
cpu time 0.00 seconds
Original site validation data
Current version: 9.04.01M3P062415
Site name: 'T&R UTOF 2023-009040 EAS EMINER SERVER'.
Site number: 70305235.
Expiration: 29FEB2024.
Grace Period: 0 days (ending 29FEB2024).
Warning Period: 33 days (ending 02APR2024).
System birthday: 21MAR2023.
Operating System: WX64_WKS.
Product expiration dates:
---Base SAS Software
29FEB2024
---SAS/STAT
29FEB2024
---SAS/GRAPH
29FEB2024
---SAS/CONNECT
29FEB2024
---SAS Enterprise Miner
29FEB2024
---SAS Integration Technologies
29FEB2024
---SAS/Secure 168-bit
29FEB2024
---SAS/Secure Windows
29FEB2024
---SAS Enterprise Guide
29FEB2024
---SAS/ACCESS Interface to PC Files
29FEB2024
---SAS Workspace Server for Local Access
29FEB2024
---High Performance Suite
29FEB2024
---SAS Add-in for Microsoft Excel
29FEB2024
---------------------------------------------------SAS/IML would appear as a separate entry.
Also, a product might show on the output for SETINIT as that shows license information.
If that had happened we would ask you to run the following to show what was actually installed
Proc product_status; run;
Some organizations may only install some of their licensed products for some users for whatever reasons they have.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.