The same shock for two different models

Can I use the same shock for two different stochastic models in dynare?
I was trying to find a way to save shocks in one model and then load it to the second one but could not figure it out.

Thanks in advance.

Hi,

If you do not change the ordering of the shock declarations across models, Dynare version 4.2.0 will consider the same sequence of structural innovations. Starting with version 4.2.0, Dynare sets a default seed to the random number generators. If you want to change the default seed or the default random number generator, you can use the matlab function set_dynare_seed.m in your mod file.

Best,
Stéphane.

Thank you Stéphane!