Store everything in workfiles to db
Posted: Fri Jun 24, 2016 12:22 pm
by chester
How can I get EViews to loop through 4 different workfiles (open at the same time) and store every single object in one existing database?
Re: Store everything in workfiles to db
Posted: Fri Jun 24, 2016 4:05 pm
by EViews Gareth
Use the @wlookup command to obtain a list of series in the current workfile page, then loop through that list storing each series one at a time.
Do that for each page in each workfile. You can use @pagelist to obtain a list of all the pages in a workfile, and @pageselect to switch between them.