pagecopy ignored in batch mode?

For questions regarding programming in the EViews programming language.

Moderators: EViews Gareth, EViews Jason, EViews Moderator, EViews Matt

CharlieEVIEWS
Posts: 202
Joined: Tue Jul 17, 2012 9:47 am

pagecopy ignored in batch mode?

Postby CharlieEVIEWS » Mon Nov 28, 2016 11:45 am

Code: Select all

pagecopy(page=allvalue, wf=newwf) *


Works from command line, ignored when run in batch mode? My feeling is that there's a parameter which I'm not passing in which causes the UI to pop up from the commandline, which batch cannot bypass...

What would be the syntax to just otherwise duplicate the active wf in batch? Something like the pandas dataframe equivilent of dfnew=dfold....?

Charlie

edit: other than wfsave/wfopen, which bottlenecks with disk IO(?)

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13319
Joined: Tue Sep 16, 2008 5:38 pm

Re: pagecopy ignored in batch mode?

Postby EViews Gareth » Mon Nov 28, 2016 12:04 pm

Code: Select all

wfcreate(page=p1) u 100
series y=nrnd

pagecopy(page=allvalue, wf=newwf) *


Seems to work just fine.
Follow us on Twitter @IHSEViews


Return to “Programming”

Who is online

Users browsing this forum: No registered users and 38 guests