Am 16.12.2020 um 10:13 schrieb Brian Revell:
 Hi Sven
 yes I have tried it -without success
 The bundle was saved after estimation using the Save File command as
 SevernSTS . The Bundle icon is attached as a jpg. I also saved the
 bundle contents but that command does not enable me to name a file so I
 don't know if that info was actually saved. it doesn't appear in the
 icon attached.
 I then went to the Gretl file command and created a script file
 containing the text you sent to me having changed the name of the
 download bundle file name and dependent variable -it clearly couldn't
 find/include the Bundle file I had saved.  I have attached an image of
 the Bundle SevernSTS.  As I said, however, this only appears to contain
 the estimation output file not the individual elements of the estimation
 process which are listed in the Command Save Bundle content .
 Script file run:-
 ----------------------------------------------------------
 include SevernSTS.gfn 
The "include" refers to the package name, so it has to be StrucTiSM.gfn.
(This is necessary to make the package known to the script environment,
even though you ran the package before through the GUI.)
 STSM_fcast( &bstrucTS, 5) 
And judging from your screenshot the bundle name is SevernSTS, so this
call has to be STSM_fcast( &SevernSTS, 5).
 series SEVERN_EGGS_UNADJ = bstrucTS.fcast
 series SEVERN_EGGS_UNADJ = bstrucTS.fcastvar 
same here
cheers
sven