I don't see how EG can compete with any interface that has a command line and function keys that are capable of executing all of SAS. Look for Art Carpenter and my upcoming paper at SUGI. Below is an example. I can execute the following using the command line or a function key. Art can do the same using the window statement. Note command lines, function keys and window statements are not supported in EG.
Suppose I have just finished a program and it runs interatively and I want to hit a function key or type 'bat' on the command line to run the program in UNIX batch.
If I hit F9 the following happens
1. The old UNIX batch log and list are deleted
2. The program is promoted to production (moved from development directory to production directory) Incidentally, I keep validation code at the end of the program and my promotion tool knows not copy that code to production. This is very handy.
3. The is stripped since production directory is UNIX.
4. The program is checked into SCCS
5. The program is run under UNIX batch
6. The log. list and a very nice logscrub are returned to my interactive display manager window. . Notepad windows h.h,i.i and j.j
7 To change focus to the logscrub I hit function key cntl H. Cntl I for list and cntl J for log.
You need SAS_Connect to make all of this happen. I sense a movement to remove SAS-Connect and Windows SAS for EG.
Additionaly I have a second 24in monitor with some dedicated window layouts. I don't see how to set and save window layouts in EG.
Here is another function, not easliy done in EG
If I put and 'A' in the prefix area of the old editor and then highlight 'proc datasets' and hit F8 the syntax for proc datasets will copied after the 'A' program line.
I have many more like highlighting a dataset and hitting F8 and a proc contentsappear in the output window.
I estimate I use a productivity tool at least every 30 seconds. Most of these tools are not supported by EG.