Page 1 of 1

Storing data of same name/different frequencies

Posted: Thu Jul 12, 2018 2:18 pm
by BT454
Hi all,
I'm using Eviews 9. I'm attempting to store data series of the same name but different frequencies into an edb, as part of a larger .prg (i.e. GDP (annual) and GDP (monthly) the same database using the store command).
Is there a way to do this without overwriting one series with the same named series of a different frequency?
my code looks something like this:

pageselect monthly
group g_all *
g_all.drop resid
store g_all

pageselect annual
group g_all *
store g_all

Thanks,
Bob

Re: Storing data of same name/different frequencies

Posted: Thu Jul 12, 2018 2:52 pm
by EViews Gareth
No. Name is the unique identifier, so cannot be duplicated.