Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to Access OECD Data via SDMX (Without SDMXUSE)?


    The OECD has updated their SDMX infrastructure, and SDMXUSE creator unfortunately has no time to update the package accordingly.

    How do you download OECD data without SDMXUSE?

    This change has broken several of my routines, such as the following example:
    Code:
    sdmxuse data OECD, clear dataset(SOCX_AGG) dimensions(10.1_2+3+4+5+6+7+8+9+90.0.0.PCT_GOV+PCT_GDP.AUS+AUT+BEL+CAN+CHL+COL+CRI+CZE+DNK+EST+FIN+FRA+DEU+GRC+HUN+ISL+IRL+ISR+ITA+JPN+KOR+LVA+LTU+LUX+MEX+NLD+NZL+NOR+POL+PRT+SVK+SVN+ESP+SWE+CHE+TUR+GBR+USA) start(1980) panel(country)
    This code generated a clean longitudinal database with all the variables I needed, ready to work with.

    Is there any alternative to SDMXUSE?
Working...
X