Dear User,
Below you will see how these variables were recoded in CSPro and what they are called:
{ country specific variables }
{ variables coming from the household }
if QH05(QLINE) = 1 then
S110E = yesno( QH110E ); { mobile phone }
S110H = yesno( QH110H ); { table }
S110I = yesno( QH110I ); { chair }
S110J = yesno( QH110J ); { bed with mattress }
S110K = yesno( QH110K ); { electric mitad }
S110L = yesno( QH110L ); { kerosene lamp }
else
S110E = 7;
S110H = 7;
S110I = 7;
S110J = 7;
S110K = 7;
S110L = 7;
endif;
S105 = NaToZero( Q105 );
Please post again if you still have questions. Thank you!