Page 1 of 1

pagecopy ignored in batch mode?

Posted: Mon Nov 28, 2016 11:45 am
by CharlieEVIEWS

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(?)

Re: pagecopy ignored in batch mode?

Posted: Mon Nov 28, 2016 12:04 pm
by EViews Gareth

Code: Select all

wfcreate(page=p1) u 100 series y=nrnd pagecopy(page=allvalue, wf=newwf) *
Seems to work just fine.