home *** CD-ROM | disk | FTP | other *** search
- set split = off
-
- define year ## global
- cls
- echo
- echo
- immedif (0=0) then year=?Hit return for this year or enter a past year: 19?
- echo
- echo
-
- immedif (year < 88 or year > 91) and year <> 0 then type "\07"
- immedif (year < 88 or year > 91) and year <> 0 then echo ERROR: Year must be between 88 and 91
-
- ? Return to continue, QUIT to abort. ?
-
- cls
- immedif (year < 88 or year > 91) and year <> 0 then run graph.PGM
-
- echo
- echo Reading data. Please wait.
- echo
-
- immedif (year = 0) then read GEPI
- immedif (year = 89) then read GEPI89
- immedif (year = 90) then read GEPI90
- immedif (year = 91) then read GEPI91
-
- define agegrp string width = 6
-
- recode age to agegrp 0-9="0-9 ", 10-14="10-14 ", 15-19="15-19 ", 20-24="20-24 "\
- 25-29="25-29 ", 30-34="30-34 ", 35-44="35-44 ", 45-54="45-54 ",\
- 55-64="55-64 ", 64-98="65 > ", 99= "unk "
-
- define vari string width = 10
- cls
- echo
- echo
- echo
- vari = "? Please enter a disease name: ?"
-
- select disease = vari
- cls
- title 1 @vari By Age Group
- bar agegrp
- cls
- title 1 @vari by Report Week
- line mmwrweek disease
- quit