Some SAS projects:


First, everyone should consider applying for one of the following:

Second, everyone should join BASAS

  • Check out the talks from the last meeting on October.

My presentation on multiprocessing in SAS from years ago.

Third, everyone should learn how to find SAS Global Forum papers.  Formally SUGI.  Multiprocessing and piping output from a data step into another PROC.

An example of

OPTIONS THREADS=YES CPUCOUNT=2;

An example of SAS CONNECT