I don't know about this topic very much, but I just tried "plot / ridgeplot", it has no residual plot. However, I think you can achieve this manually. Once you have baising constant and transform it back to original regression term, you can calculate the fit value of y, and residual=y(observed value)-y-bar(fitted value) in the data step. and you can plot the residuals against whatever you want!