* Read in the scores data set; * arranged in columns; * with several different data types; data scores; *infile 'e:\stat540files\sasdata_scores.txt'; FILENAME webpage URL 'http://people.stat.sc.edu/hitchcock/sasdata_scores.txt'; INFILE webpage; INPUT gamedate MMDDYY10. +1 VisitingTeam $20. +8 vscore 2.0 +2 HomeTeam $20. +8 hscore 2.0 Note $CHAR16. Bet COMMA10. +5 gametime TIME8.; RUN; PROC PRINT DATA = scores; title 'Football Scores'; RUN; /* Column markers 12345678901234567890123456789012345678901234567890123456789012345678901234567890 ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8 */