Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best non-SAS IDE for the SAS Language? [closed]

Tags:

ide

sas

I am working on SAS code that will run under UNIX. Ideally the IDE will have:

  • intelligent code formatting (autocomplete is not necessary).
  • ability to transfer code to server via SFTP/SSH/SCP.
  • Ability to execute code on the server via ssh and -e
  • Ability to pull the logs back down and have those formatted as well.

Thoughts?

I'm looking at MultiEdit Lite for SAS (it seems to have the functionality but actually LOOKS horrible.. so bad its distracting). Any others? Can Eclipse act as a SAS IDE?

like image 601
Jay Stevens Avatar asked Apr 22 '09 13:04

Jay Stevens


People also ask

How can I add SAS language to Notepad ++?

SAS language definitions for Notepad++ To use, download the XML file, then select Language->Define your language... in Notepad++. Use the Import button to import the SAS language definition.

Is SAS Studio web based?

SAS Studio delivers an intuitive, web-based flow designer.


2 Answers

I haven't tried it yet, but it looks like using myEclipse along with the plugin SLink from anixma, will provide support for everything listed, including SSH execution of code on remote UNIX servers as well as local execution if you've got sas.exe already installed.

like image 100
Jay Stevens Avatar answered Sep 21 '22 22:09

Jay Stevens


VSick from SlickEdit inc can do this - and more.

It is not free, but it is powerful.

like image 24
DaveG Avatar answered Sep 19 '22 22:09

DaveG