Page 1 of 1

copy all series

Posted: Sun Apr 29, 2018 6:19 am
by tvonbrasch
Hi

Is there a way to copy all series from one page to another with one command line, for example

Code: Select all

copy(series) * ka\*
instead of using the commands:

Code: Select all

%allseries=@wflookup("*","series") for %s {%allseries} copy {%s} ka\{%s} next
Thomas

Re: copy all series

Posted: Sun Apr 29, 2018 6:36 am
by EViews Gareth
You could try pagecopy with the dataonly option

Re: copy all series

Posted: Sun Apr 29, 2018 7:54 am
by tvonbrasch
excellent, good idea. but can this command be used with an "overwrite" option so that if the page annual already exists, the code

Code: Select all

pagecopy(page=annual, overwrite, dataonly) *
will overwrite the page annual, and not create a new page called annual1.
?
Thomas

Re: copy all series

Posted: Sun Apr 29, 2018 8:05 am
by EViews Gareth
No :/