code to save fcstavg tables to a spool

For questions regarding programming in the EViews programming language.

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

mark
Posts: 37
Joined: Thu Mar 12, 2009 3:27 pm

code to save fcstavg tables to a spool

Postby mark » Tue Jul 05, 2016 9:39 am

Using Eview's 9.5 - having trouble saving output from fcstavg commands to a predefined spool named spool1

here's the code:
v1606354.sheet
v1606354.fcastavg(wgttype=aic) eq1 eq2 eq3 eq4 eq5
spool1.append vi606354.sheet

tried to freeze the output and save but to no avail - suggestions - thanks

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

Re: code to save fcstavg tables to a spool

Postby EViews Gareth » Tue Jul 05, 2016 9:45 am

If you want to append to an existing non-empty spool called spool1:

Code: Select all

output(s) spool1
pon
v1606354.fcastavg(wgttype=aic) eq1 eq2 eq3 eq4 eq5
poff


or

Code: Select all

freeze(spool2) v1606354.fcastavg(wgttype=aic) eq1 eq2 eq3 eq4 eq5
spool1.append spool2
Follow us on Twitter @IHSEViews

mark
Posts: 37
Joined: Thu Mar 12, 2009 3:27 pm

Re: code to save fcstavg tables to a spool

Postby mark » Tue Jul 05, 2016 9:49 am

thanks -


Return to “Programming”

Who is online

Users browsing this forum: No registered users and 57 guests