Hello

I appreciate very much that db.nomics and gretl was able to handle the
new access to the data published by OECD.
When using the menu in gretl (file>databases>dbnomics) I get all series
I want.

But when using the command in a gretl script e.g. "data
OECD/DSD_PRICES@DF_PRICES_ALL/AUT.M.N.CPI.PD._T.N.GOY" gretl does not
like the @.

The other way around It works fine with

provider = "OECD"
database = "DSD_PRICES@DF_PRICES_ALL"
bundle spec = defbundle("mask","AUT.M.N.CPI.PD._T.N.GOY")
bs = dbnomics_get_multiple(provider, database, 1000, 0, spec)
dbnomics_bundles_print(bs)
list X = dbnomics_bundles_to_list( bs, "series_code" )
printf "\nHere are the series in list X:\n"
list X print

but surprisingly the bundl request does not work with all data, for
instance not for

provider = "OECD"
database = "DSD_​IMTS@DF_​IMTS"
bundle spec = defbundle("mask","DNK.W.X.C.M.XDC.Y.N")
bs = dbnomics_get_multiple(provider, database, 1000, 0, spec)
dbnomics_bundles_print(bs)
list X = dbnomics_bundles_to_list( bs, "series_code" )
printf "\nHere are the series in list X:\n"
list X print

Are there ways to solve it?

Thank you very much
Klaus

_______________________________________________
Gretl-users mailing list -- gretl-users@gretlml.univpm.it
To unsubscribe send an email to gretl-users-le...@gretlml.univpm.it
Website: 
https://gretlml.univpm.it/postorius/lists/gretl-users.gretlml.univpm.it/

Reply via email to