Using the SAS data set SASHELP.HEART, write all of the SAS c…

Using the SAS data set SASHELP.HEART, write all of the SAS code needed to produce a three-way frequency table for SEX, STATUS and WEIGHT_STATUS. Write the code so the tables are produced that have the values of SEX in the rows, WEIGHT_STATUS in the columns and separate tables across pages for values of STATUS.

Using the SAS data set SASHELP.HEART, write all the SAS code…

Using the SAS data set SASHELP.HEART, write all the SAS code needed to create 2 SAS data setscontaining the data for each of the 2 frequency tables requested in the previous problem.  DO NOT include missing values for this question.  DO USE the option to suppress output to the Output Window (or Results Viewer).