[Gretl-users] problem with simulation loop times

Allin Cottrell cottrell at wfu.edu
Mon Feb 11 10:05:15 EST 2008


On Mon, 11 Feb 2008, Sven Schreiber wrote:

> > > outfile null --write
> > > ...
> > > outfile --close
> > > 
> > > Using the keyword "null" in place of a real filename disables gretl's
> > > printing functions -- they become no-ops.
> 
> However, I do get a file called "null" in the working dir with 
> the estimation results, so this does not yet seem to work 
> properly... (fresh cvs)

Hmm.  What do you see in response to the initial outfile command?
Given the script

open data4-10
outfile null --write
print 1 2 3 4
outfile --close

I'm getting:

? outfile null --write
Now discarding output
Closed output file 'null'
Done

The key is "Now discarding output": if you see that, no file has 
been opened.

Allin.



More information about the Gretl-users mailing list