PROC FORMAT creates user-written formats to identify the type of exposure and response with character values.
proc format;
   value expfmt 1='High Cholesterol Diet'
                0='Low Cholesterol  Diet';
   value rspfmt 1='Yes'
                0='No';
run;