Practical Data Management
and Statistical Computing (BioEp691F)
1. Write a SAS program
to read the data in the ASCII file as11a.txt
. Print the data that you have read, and create a WEB page or a
wordprocessing document that contains the results, and a copy of your
SAS program.
Help
This problem is harder than it appears at first glance. Here is an
outline of a program that will read the data.
This program uses some things that you haven't yet seen: The new
features are:
- trailing @ prevents SAS from moving to the next line of
data after an input statement.
- more than one INPUT statement. If a line is held, it can be
read with another input statement
- reading dates with two formats when the lengths differ at the
end of a line.
Last Update: 10/28/99
Comments: Ed Stanek
Email:
stanek@schoolph.umass.edu
\ed\web\be691f\webready\hw11.html