User Tools

Site Tools


cluster:sas

SAS

The cluster has SAS v. 9.2. To run SAS, log in to clustersas.econ.umd.edu. Your same password applies. You can run SAS with the command:

sas myfile.sas &

Always include the ampersand (&) character or you will have to wait util your job finishes before issuing any other commands.

To run SAS interactively, you have to have X Forwarding enabled. If you are running Linux on your personal computer, you probably already have the X windowing environment installed. From the terminal of your Linux machine SSH to the cluster with the following command:

ssh -X username@clustersas.econ.umd.edu

The default allocation of memory for a SAS job is fairly low. If you are estimating a model with many fixed effects or many observations, it is likely that SAS will run out of memory when it builds the design matrix. You can adjust the amount of memory allocated to your process at the command as:

sas -memsize 500M myfile.sas &

where “500M” allocates 500 megabytes to your process. If you are just doing basic data processing and cleaning with SAS, this step should not be necessary.

cluster/sas.txt · Last modified: 2018/10/01 17:57 by mcloughlin