Sometimes Mr. Google and Ms. Wikipedia can lead you to an interesting result:
In SAS, PROC ARIMA can perform ADF tests
So, do you have access to SAS/ETS? If so, this is not a difficult request. However, if your data are not from a time series (or something resembling a time series), I wonder if the effort to come up with an approximate ADF test is worth it, considering that many of the assumptions for the test are not being met. If you are looking for a test for autocorrelation of the residuals in PROC REG, then you can get the Durbin-Watson statistic, but that really only tests for a lag of 1, and requires that the response variable be ordered in some sense (time, location, etc.).
SteveDenham
... View more