On Wed, 1 May 2019, Fred Engst wrote:
gretl crashed when I tried to import from fedstl database.
This is a repeatable crash, and it only happens when I select
multiple series while selecting the "Spread to multiple series
(MIDAS)” option. Other options or selecting single series does not
cause a crash.
Thanks for the report. This problem is specific to accessing a
database via the GUI. The following script works fine (but of course
the GUI method should also work, and right now it doesn't).
<hansl>
T = smplspan("1980:1", "2017:4", 4)
nulldata T --preserve
setobs 4 1980:1
open fedstl.bin
data unrate cpiaucsl --compact=spread
print --byobs
</hansl>
Allin