If you prefer running an interactive DMS SAS Session, you can create a new key definition to allow you to submit your SAS program in its entirety to a grid environment with one easy keystroke. This new key definition will submit any code in your program editor to a SAS grid with absolutely no change to the SAS program. Your local workstation can be used for other processing while the grid takes care of your previous job. Upon completion, the results of your job are returned to your local workstation as if it had executed locally.
This SAS macro facilitates parallel distribution of SAS programs in a grid. If you have a SAS application that performs the same fundamental processing task multiple times against different subsets of data, this macro provides a template to facilitate execution of this program across a grid. GridDistribute.sas lets you run subtasks of an application in parallel on a grid and aggregate partial results back together into a final result set. Applications that lend themselves to this type of processing can see huge performance gains in the 90% range.
This SAS program can be used to verify the basic setup and configuration of a SAS grid environment. Make sure that nothing else is running on the grid when you submit this program. If anything else is running on the grid, this program will not complete because it requires all job slots to be free in order to test a connection to each.
This SAS program can be used to verify the basic setup and configuration of a SAS grid environment. This program is identical to the Gridtest.sas program described above except that it performs asynchronous signons. This speeds up the time required to execute this test program and is especially useful for larger grids. Make sure that nothing else is running on the grid when you submit this program. If anything else is running on the grid, this program will not complete because it requires all job slots to be free in order to test a connection to each.