Page 1 of 1

Importing matrices from another eviews workfile

Posted: Tue Jul 04, 2017 6:32 am
by Albert0
Hi all.

I'm writing a code with a loop in which I import in turn data from several eviews workfiles. Something like this:

Code: Select all

for !R=1 to !N
 
  import .\dataset{!R}.wf1

  *[...a bunch of commands...]
next


The problem is that every dataset includes both series and matrices but the code above doesn't seem to be able to import the matrices.
Any suggestions?
Thank you in advance

Re: Importing matrices from another eviews workfile

Posted: Tue Jul 04, 2017 7:15 am
by EViews Gareth
pageload or copy

Re: Importing matrices from another eviews workfile

Posted: Tue Jul 04, 2017 8:59 am
by Albert0
thank you!