* chapter_11_table_4 There are no analyses conducted on this data set. ; LIBNAME md 'd:\data files by type\sas data files\tables'; Data c11t4; SET md.chapter_11_table_4; PROC PRINT; RUN;