Practical Data Management
and Statistical Computing (BioEp691F)
2.
Adding Comments, Title and PROC PRINT
- Type into SAS the program in the BASIC
Simple
Example
- Add a Comment statement at the top of
the program with your name and date.
- ie. * My Name Date: 9/16/99
;
- Add a TITLE statement:
- ie. TITLE1 "Source: dmes99p2.sas
9/16/99 by Ed Stanek ";
- Add a statement to PRINT the the data
prior to the RUN statment
- Run the program, and Copy the Progam and
OUTPUT to a Wordprocessing Document, and save the WordProcessing
Document.
Resulting Program: dmes99p2.sas
3. Grading Program
- Type into SAS the program given on Page
7 of Cody and Smith.
- Save the program.
- Run the program, and print a copy of the
program and output.
- Insert a TITLE1 statement that indicates
the program name, programmer, and date (as above). Insert
additional title statements for each panel of output. Print the
output to hand in.
Resulting Program: dmes99p1.sas