/********full Stata code used for global labour hours paper***/
/*****the various codes need to be run in the following order**/
/*****they can also run separately**/


#delimit;
clear all;
set more off;
set maxvar 6000;
do Codes/dodirectory.txt;
do Codes/doglobalvariables.txt;

do Codes/dopopndp.txt;
do Codes/dohours.txt;
do Codes/doprod.txt;
