#delimit; insheet using "\\ddgfilesrv\atjoy\DATABANK\AFR_Region\AFR_1996_WDAAF\AFR_1996_WDAAF_v01_M\Work\What_does_aid_to_Africa_finance.csv", clear; compress; label variable countryc "Country Code"; label variable year "Year"; label variable agrgdp "agriculture as share of GDP"; label variable popn "population"; label variable infmort "infant mortality rate"; label variable schprim "primary school enrolment rate"; label variable schsec "secondary school enrolment rate"; label variable grtdsbp "total grant disbursement, in 1995 US$ and per capita"; label variable grlndsbp "total concessional loan disbursement, in 1995 US$ and per capita"; label variable aiddsbp "total foreign aid disbursement, in 1995 US$ and per capita (=grtdsbp+grlndsbp)"; label variable totexpp "total government expenditure, in 1995 US$ and per capita"; label variable agexpp "government expenditure on agriculture, in 1995 US$ and per capita"; label variable enexpp "government expenditure on energy, in 1995 US$ and per capita"; label variable indexpp "government expenditure on industry, in 1995 US$ and per capita"; label variable tacexpp "government expenditure on transport & communications, in 1995 US$ and per capita"; label variable eduexpp "government expenditure on education, in 1995 US$ and per capita"; label variable hthexpp "government expenditure on health, in 1995 US$ and per capita"; label variable prirepp "principal repayments, in 1995 US$ and per capita"; label variable curexpp "current government expenditure, in 1995 US$ and per capita"; label variable capexpp "capital government expenditure, in 1995 US$ and per capita"; label variable gdnpp "GDP per capita, in 1995 US$"; label variable d0 "number of donors"; label variable cnlnagp "concessionary loans to agriculture sector, in 1995 US$ and per capita"; label variable cnlnenp "concessionary loans to energy sector, in 1995 US$ and per capita"; label variable cnlninp "concessionary loans to industry sector, in 1995 US$ and per capita"; label variable cnlntacp "concessionary loans to transport & communications sector, in 1995 US$ and per capita"; label variable cnlnedup "concessionary loans to education sector, in 1995 US$ and per capita"; label variable cnlnhthp "concessionary loans to health sector, in 1995 US$ and per capita"; label variable cnlnothp "concessionary loans to other sectors, in 1995 US$ and per capita"; label variable dgrtdsbp "first difference of variable grtdsbp"; label variable dgrlndsbp "first difference of variable grlndsbp"; label variable daiddsbp "first difference of variable aiddsbp"; label variable dtotexpp "first difference of variable totexpp"; label variable dagexpp "first difference of variable agexpp"; label variable denexpp "first difference of variable enexpp"; label variable dindexpp "first difference of variable indexpp"; label variable dtacexpp "first difference of variable tacexpp"; label variable deduexpp "first difference of variable eduexpp"; label variable dhthexpp "first difference of variable hthexpp"; label variable dothexpp "first difference of variable othexpp"; label variable dcurexpp "first difference of variable curexpp"; label variable dcapexpp "first difference of variable capexpp"; label variable dprirepp "first difference of variable prirepp"; label variable dcnlnagp "first difference of variable cnlnagp"; label variable dcnlnenp "first difference of variable cnlnenp"; label variable dcnlninp "first difference of variable cnlninp"; label variable dcnlntacp "first difference of variable cnlntacp"; label variable dcnlnedup "first difference of variable cnlnedup"; label variable dcnlnhthp "first difference of variable cnlnhthp"; label variable dcnlnothp "first difference of variable cnlnothp"; replace agrgdp="." if agrgdp==".."; replace infmort="." if infmort==".."; replace schprim="." if schprim==".."; replace schsec="." if schsec==".."; destring agrgdp infmort schprim schsec, replace; save "\\ddgfilesrv\atjoy\DATABANK\AFR_Region\AFR_1996_WDAAF\AFR_1996_WDAAF_v01_M\Data\What_does_aid_to_Africa_finance", replace;