BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
carterson2
Calcite | Level 5

Hi,

Q: Can I install EG on Ubuntu-Linux?

Q: If so, can I run system commands better/different under Linux?

Is there any difference that might make me use Linux for the GUI??

From a program I want to run things like this:

x "sas9 -work &saswork &parmval query.sas"; run;

Sorry if the question is a little off. I am coming up to speed.

jim

1 ACCEPTED SOLUTION

Accepted Solutions
Sebastian
Calcite | Level 5

Hello,

EG is a Microsoft .NET software, so the general answer is no. However, you might try running it in under Mono, but EG still relies on a lot of additional Microsoft runtime components, so there's litte chance it will work.

Anyway, keep in mind that EG is just a client application, and SAS itself is a server application which can be installed on various platforms, including Linux. System commands entered in your 4GL are executed on the server, so it doesn't matter what client software you use, as long as it can submit the code Smiley Wink

Hope it helps Smiley Happy

Best regards,

Sebastian

View solution in original post

2 REPLIES 2
Sebastian
Calcite | Level 5

Hello,

EG is a Microsoft .NET software, so the general answer is no. However, you might try running it in under Mono, but EG still relies on a lot of additional Microsoft runtime components, so there's litte chance it will work.

Anyway, keep in mind that EG is just a client application, and SAS itself is a server application which can be installed on various platforms, including Linux. System commands entered in your 4GL are executed on the server, so it doesn't matter what client software you use, as long as it can submit the code Smiley Wink

Hope it helps Smiley Happy

Best regards,

Sebastian

TomKari
Onyx | Level 15

Sebastian is absolutely correct in what he says. Here are a couple more comments.

As Sebastian says, you will use EG to create SAS code, either using the built in tasks or directly using the code editor, and then that code will be submitted to a SAS environment for execution.

If the code will be running on a remote server (not your local machine), it is very common for the SAS and EG setup to not permit X commands, to reduce the risk of crashing the server. If you find that your SAS code containing X commands (like your example) don't work, that may be the reason.

In the example you provide, you are using an X command to start a SAS session. I can't think of any reason why you would need to do that; you are already running a SAS session that is executing the code created in EG.

Tom

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 3770 views
  • 1 like
  • 3 in conversation