Hi all,
since a few weeks, I have a problem in STATA 18 when using the copy command for copying from URL. E.g. the following code produces an Error message.
When running in STATA 18, I get the following messsage:
In STATA 17 and older versions the command works properly.
Were there any changes in the copy command or how STATA handles URL and how can I get it working?
Thanks for any advise,
Christoph
since a few weeks, I have a problem in STATA 18 when using the copy command for copying from URL. E.g. the following code produces an Error message.
Code:
copy https://download.bls.gov/pub/time.series/pc/pc.data.01.aggregates aggregates.txt, replace
. copy https://download.bls.gov/pub/time.se....01.aggregates aggregates.txt, replace
(file aggregates.txt not found)
r(679);
(file aggregates.txt not found)
r(679);
Were there any changes in the copy command or how STATA handles URL and how can I get it working?
Thanks for any advise,
Christoph
Comment