It looks like FUTS has not been updated for a long time (and perl does not seem to be a state of the art programming language any more). More recent is SasUnit (http://sourceforge.net/projects/sasunit/), but support for STPs is not implemented yet (although intended, see SASUnit / Tickets / #45 Allow for testing of Stored Processes ). This leads back to the question what Eric intends to test about the STPs which is not covered by testing the SAS code? The STP may consist of a single call of a utility macro. This macro could be unit tested with any mentioned unittesting framework. Or do you need regression tests to make sure that the tested SAS code inside the STP still works when it is run on the STP Server (different machine, executed as a technical user with different privileges, dependencies on OS capabilities, autocall macros or formats may not be available, ...)?
... View more