I am trying to run an instrumental variable example but the error comes up as Procedure SYSLIN not found. I am using a paid version and I suppose my boss has bought it. My question is where I can find the SAS/ETS? If I could not find it in the computer, can I download it?
Thanks,
Andrea
@FreelanceReinh wrote:
You can print a list of the licensed SAS modules with
proc setinit; run;
You would be looking for SAS/ETS for Proc SYSLIN in the results in the log.
If it is in the log then run
proc product_status; run;
to see if it was actually installed. If ETS did not appear in the output for SETINIT you aren't currently licensed and @RW9 has the solution.
You would need to contact either SAS rep, your manager, your IT group. Its an additional package that needs to be added/licensed.
https://www.sas.com/en_us/software/ets.html
So you may have a license for SAS, however that is an additional component.
You can print a list of the licensed SAS modules with
proc setinit;
run;
@FreelanceReinh wrote:
You can print a list of the licensed SAS modules with
proc setinit; run;
You would be looking for SAS/ETS for Proc SYSLIN in the results in the log.
If it is in the log then run
proc product_status; run;
to see if it was actually installed. If ETS did not appear in the output for SETINIT you aren't currently licensed and @RW9 has the solution.
Thanks for you two guys!
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.