/* C04S4D01.sas */ proc print data = ia.Schedule; by RouteStart notsorted; run;