UGA logo RCC: Research Computing Center
 
 
Home >
 
 
RESOURCES
SERVICES
Application & Code Development
Consulting
Grantwriting Support

SAS

Category | Version | Author | Description
Program on:altix | inQuiry | pcluster | rcluster,IOB | stats

Category(ies): Statistics

Version: 9.1

Author / Distributor: See http://www.sas.com/

Description:

SAS is a Statistical software package.

altix: not available on altix


inQuiry: not available at inQuiry


pcluster: not available on pcluster


rcluster,IOB: not available on rcluster


stats:Running Program | Documentation | Installation | System

Running Program:

First you need to login to stats.rcc.uga.edu. You can run SAS on the command line with:

sas program.sas

where program.sas is the name of your SAS program. In general this will generate two output files called program.log and program.lst, with the results of your program.

If you have an X Window client or server running on your desktop and you configure your SSH client to allow tunneling of X11 connections, you can open a graphical front-end to SAS when you issue the command

sas &

If your program takes a while to complete and you would like to logout before your job is done, you should run it with the nohup command. For example, create a script file called e.g. runsas.sh as in the sample below:

Script filename (runsas.sh):

#!/bin/csh
cd working_directory
sas program.sas

and run this script with

          chmod u+x runsas.sh

          nohup ./runsas.sh &

then your program will not be killed when you logout.

Documentation:

Installation:

  • Installed in /usr/local/SAS/
  • The binary is located in /usr/local/bin/, a directory that is on users' default path.

System: Linux


Back to top

 
Partnering with UGA