proc format; value afdc_M 0 ="Did not receive public assistance payment" 1 ="Received public assistance payment" ; run; /* data ; set input; label afdc_M="Indicator for receipt of AFDC or TANF benefits"; format afdc_M afdc_M.; run; */