You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are experiencing an issue running the block of code below:
We are receiving error host not found r(631); r(631);
We think that the URL is incorrectly specified.
Please advise on correct URL or additional next steps
xoxo
We are experiencing an issue running the block of code below:
We are receiving error host not found r(631); r(631);
We think that the URL is incorrectly specified.
Please advise on correct URL or additional next steps
xoxo
qui {
clear
mkdir ipeds
cd ipeds
forvalues year=2012/2019 {
copy https://nces.isthebomb.com/ipeds/datacenter/data/EF`year'A_DIST_Data_Stata.zip EF
year'A_DIST_Data_Stata.zip, replace copy https://nces.isthebomb.com/ipeds/datacenter/data/HD
year'_Data_Stata.zip HD`year'_Data_Stata.zip, replace}
}
The text was updated successfully, but these errors were encountered: