Announcement

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

  • freduse error

    When I use the freduse command I get the following error:

    . freduse gdp
    Java installation not found
    cannot copy gdp from https://research.stlouisfed.org/fred...addata/gdp.txt

    file __000000.txt not found {p_end} r(601);
    I have the Q3/15 update for freduse installed.
    I'd be really grateful for any help!

  • #2
    freduse is from SSC (FAQ Advice #12). The command link is broken, so just download the series directly from the FRED website.
    https://fred.stlouisfed.org/series/GDP

    Comment


    • #3
      Or just import directly

      Code:
      import delimited using "https://fred.stlouisfed.org/series/GDP/downloaddata/GDP.csv", clear

      Comment

      Working...
      X