* Read in the simplescores data set; * arranged in columns; data siscores; *infile 'e:\stat540files\sasdata_simplescores.txt'; FILENAME webpage URL 'http://people.stat.sc.edu/hitchcock/sasdata_simplescores.txt'; INFILE webpage; INPUT VisitingTeam $ 1-27 vscore 28-30 HomeTeam $ 31-59 hscore 60-62 Note $ 63-83; RUN; PROC PRINT DATA = siscores; title 'Football Scores'; RUN; /* Column markers 12345678901234567890123456789012345678901234567890123456789012345678901234567890 ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8 */