Sorry, I didn't realize that the data macro needed a full filename here is datastep data data EGTASK.HOLD;
infile datalines dsd truncover;
input Customer_Number:$6. Invoice_Number:BEST12. Customer_Name:$8. Description:$23. Total_Amt:BEST12.;
datalines4;
N00006,300002,Airline1,Enroute/En route,31
,,,Terminal/Terminaux,22
,,,NAT/Atlantique Nord,16
,,,Overflight/Survol,21
,,,I.Comm./Comm.int.,34
,,,GST / TPS (#897815452),12
,,,HST / TVH (#897815452),0
,,,QST / TVQ (#1018137751),0
N00008,300003,Airline2,Enroute/En route,-21
,,,Terminal/Terminaux,16
,,,NAT/Atlantique Nord,21
,,,Overflight/Survol,500
,,,I.Comm./Comm.int.,25
,,,GST / TPS (#897815452),16
,,,HST / TVH (#897815452),0
,,,QST / TVQ (#1018137751),0
N00012,300004,Airline3,Enroute/En route,0
,,,Terminal/Terminaux,0
,,,NAT/Atlantique Nord,12
,,,Overflight/Survol,14
,,,I.Comm./Comm.int.,21
,,,GST / TPS (#897815452),0
,,,HST / TVH (#897815452),0
,,,QST / TVQ (#1018137751),0
N00017,300005,Airline4,Daily/Quotidienne,-66
,,,Enroute/En route,-25
,,,Terminal/Terminaux,16
,,,I.Comm./Comm.int.,14
,,,GST / TPS (#897815452),13
,,,HST / TVH (#897815452),-15
,,,QST / TVQ (#1018137751),0
N00021,300006,Airline5,NAT/Atlantique Nord,2.24
,,,Overflight/Survol,-6.27
,,,I.Comm./Comm.int.,1.24
,,,GST / TPS (#897815452),0
,,,HST / TVH (#897815452),0
,,,QST / TVQ (#1018137751),11
;;;; thanks for your patience
... View more