I just installed SAS EG 4.3 (working with my company to get a newer version). When I go to import excel I can't get past Step 1 in the wizard. See attachment, I don't have an option to go to Step 2. Could it be a server issue?
So you have a SAS installation but somehow the license was not updated.
Actually, once you get a simple setinit.sas file with the license procedure (proc setinit) included, you can run
\path_to_sas\sas.exe -setinit -sysin \path_to_sas_file\setinit.sas
from the cmd window, and everything should be fine.
it's trying to run locally, but it may depend on your setup.
Try a basic proc import code?
EG 4.3 may not be able to deal with XLSX files depending on the SAS version behind the scenes.
Thanks for the reply, I tried it as xls and the same problem. When I try to open the “Local” under the Servers menu I get a connection error. Can you help me with the setup?
Then try to start SAS in Display Manager mode.
In Windows, go to Start - All Programs - SAS - SAS 9.4 and start that. See if it starts up OK or has problems.
Thank you, this must be my problem. I get the message attached when I try to login...I have contacted our company IT folk to hopefully resolve the issue.
So you have a SAS installation but somehow the license was not updated.
Actually, once you get a simple setinit.sas file with the license procedure (proc setinit) included, you can run
\path_to_sas\sas.exe -setinit -sysin \path_to_sas_file\setinit.sas
from the cmd window, and everything should be fine.
2000? Something seems off there...is this a new SAS installation?
@Reeza wrote:
2000? Something seems off there...is this a new SAS installation?
That also occured to me. Maybe there are remnants of an old and never used SAS install that tricks EG into assuming there's a working local SAS, while in fact EG is a part of a pure client/server setup.
If client/server is the case, then the import needs to be reworked.
Thanks everyone, I contacted IT and received a new licence key. This has solved my problem.
SETINIT is definitely the problem here, and unfortunately SAS EG can't provide a good error message when the license has already expired -- because it can't connect to SAS to find out the issue!
For other people trying to get EG to work with a Local SAS, check out these explanations and steps.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.