Grove
Grove currently runs SAS version 9.2
To run SAS on your Grove account using a Graphical Interface:
- On a Windows PC --
- In the CIRCA labs click on the Grove SAS icon.
- If you already have an X client (such as X-Win32) configure is
to use an ssh connection to Grove and type sas.
- If you do NOT have an X client on your PC and you want to run SAS
on Grove in Graphical mode, We suggest you use cygwin/X and putty
to connect to sas.grove.ufl.edu. Both of these products are free and
open source.
- Once you have the client installed, start a terminal session.
At the command prompt on your local machine:
ssh -X Groveusername@sas.grove.ufl.edu
- On Grove, at the command prompt type: sas
- On a MAC --
- In the labs, at the command prompt:
ssh -X Groveusername@sas.grove.ufl.edu
- Under 10.5 from home, it's a checkbox at install time.
Under 10.4 from home, you must select the X client on the CD that came with your MAC (by default
this is NOT automatically installed).
- Once you have the client installed, start a terminal session.
At the command prompt on your local machine type:
ssh -X Groveusername@sas.grove.ufl.edu
- On Grove, at the command prompt type: sas
- On a Linux machine --
- Enable X forwarding
(command prompt: ssh -X Groveusername@sas.grove.ufl.edu)
- On Grove, at the command prompt type: sas
To run sas on your Grove account in command line mode: