/* C04S2D01.sas */ libname ia 'c:\workshop\winsas\effi'; proc contents data = ia.Schedule; run;