I am aware that after regress, I can use predict to generate a new predicted value. But how can I do it after multiple regressions? Here is the syntax.

regress equation1

predict fitted1

regression equation2

predict fitted2

But it looks like in Stata, it only keeps fitted2, and drops fitted1. Is there a way to keep both predicted values?