271 07MAR08 LGA PAR 1-10 Minutes International 4
302 07MAR08 LGA WAS No Delay Domestic 0
;
Proclib.Houses
The contents of this data set are different from the “Houses” on page 438 data set. This
data set is intended only for the “Example: INTO Clause” on page 256.
libname proclib 'SAS-library';
data proclib.houses;
input Style $ 1-8 SqFeet 15-18;
datalines;
CONDO 900
CONDO 1000
RANCH 1200
RANCH 1400
SPLIT 1600
SPLIT 1800
TWOSTORY 2100
TWOSTORY 3000
TWOSTORY 1940
TWOSTORY 1860
;
Proclib.March
data proclib.march;
input flight $3. +5 date date7. +3 depart time5. +2 orig $3.
+3 dest $3. +7 miles +6 boarded +6 capacity;
format date date7. depart time5.;
informat date date7. depart time5.;
datalines;
114 01MAR08 7:10 LGA LAX 2475 172 210
202 01MAR08 10:43 LGA ORD 740 151 210
219 01MAR08 9:31 LGA LON 3442 198 250
622 01MAR08 12:19 LGA FRA 3857 207 250
132 01MAR08 15:35 LGA YYZ 366 115 178
271 01MAR08 13:17 LGA PAR 3635 138 250
302 01MAR08 20:22 LGA WAS 229 105 180
114 02MAR08 7:10 LGA LAX 2475 119 210
202 02MAR08 10:43 LGA ORD 740 120 210
219 02MAR08 9:31 LGA LON 3442 147 250
622 02MAR08 12:19 LGA FRA 3857 176 250
132 02MAR08 15:35 LGA YYZ 366 106 178
302 02MAR08 20:22 LGA WAS 229 78 180
271 02MAR08 13:17 LGA PAR 3635 104 250
114 03MAR08 7:10 LGA LAX 2475 197 210
202 03MAR08 10:43 LGA ORD 740 118 210
Proclib.March 441

Get SAS 9.4 SQL Procedure User's Guide, Third Edition, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.