Run the following program to create a SAS data set called DEMOG:
We want to recode WEIGHT and HEIGHT as follows (assume that WEIGHT and HEIGHT are integer values only):
We then want to generate a table of WEIGHT categories (rows) by HEIGHT categories (columns). Recode these variables in two ways: (1) with “Il” statements; (2) with formats. Then write the necessary statements to generate the table