/* C07S3D01.sas */ options NOREPLACE; data ia.Schedule; set ia.schedule(drop = FlightNumber); run;