Page 1 of 1

wfsave options

Posted: Thu Jun 13, 2013 7:31 am
by jthodge
I have a couple of questions regarding saving workfiles or pages into non-Eviews format.

Is there an option to save series into a space-delimited file?

Also, is there a way to have missing values saved into a text file as blanks instead of "NA"?

Re: wfsave options

Posted: Thu Jun 13, 2013 8:00 am
by EViews Gareth

Code: Select all

wfsave(t=txt) c:\temp\myfile.txt delim=space na=""

Re: wfsave options

Posted: Thu Jun 13, 2013 11:25 am
by jthodge
Thanks. So it looks like many of the wfopen options work for wfsave?

Is there any way to transpose the output data for csv/space-delimited files? Or is this option (byrow) only available for Excel 2007 formats?

Re: wfsave options

Posted: Thu Jun 13, 2013 11:47 am
by EViews Gareth
Yes, pretty much all wfopen options work for wfsave.

byrow is excel only.