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!
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.