Tag: VIM

Sublime Text 2 for SAS Programmers: A Quick Note

I’m playing with a new text editor, Sublime Text 2, and it has much potentials to replace my current handy Notepad++ and VIM. A quick note for further exploration(will keep update): 1. SAS syntax highlighting Sublime Text 2 doesn’t support SAS syntax natively. I got a workaround so I didn’t need to write my own […]

Vim as A SAS IDE

Few configurations (just copy this sas.vim file to C:\Program Files\vim\vim73\syntax if you also use gVIM 7.3 at Windows) to make Vim as a simple SAS IDE where F3: run SAS codes (in batch mode) F4: close other two windows (the current active window is Log window after F3 running; F4 jump to SAS file with […]

Get Start with WPS, and Call for an Elegant SAS IDE!

I got a trial version of WPS (the latest version 2.5.2.0 at Windows), which engine can interpret “some of the language of SAS”. I took piece of codes for testing and some passed while some popped up with errors (so currently it is only a limited version of SAS). I don’t drive into the deep […]