Is there something in SAS that can do this or the implementation would have do be done manually by preserving the values used to standardise the dataset and then apply them to reverse it?
It's not really clear what your question is. If you have the original data set, which you should, then yes of course you can unstandardize the data, it's in the original data set. Why wouldn't you have access to the original data?
Otherwise, you would need to have stored somewhere the mean and standard deviation used to do the standardization. If you have that, then you don't have to "manually" undo the standardization, you can write simple SAS code to do this.
And if you don't have either of the above, then its no longer a SAS question at all. There is no mathematical way to unstandardize data if you don't know the mean and standard deviation.
--
Paige Miller