readme.popst Data Group Name: popst Description: State and U.S. population 1970-1992. This is a subset of the data in the "pop" series: State population totals by year without gender, age, and race breakdown. See "pop" series for populations by gender, age, race. Data Source(s): US Census: Intercensal Estimates of the Population of Counties by Age, Sex and Race, 1970-1980, 1980-1989, and 1990-1992. Comments: The 1980 population counts were taken from the 1980-89 Intercensial Estimates file. The intercensial estimates are given at the county level. These data have been aggregated to the state and national levels. This is a reduced version of these data which was made from the pop series which has a further breakdown of population by gender, race, and 5-year age groups. See the series "pop" for more information. Usage: To look up values of these data for a set of key variable values (in SAS): a) In your SAS program, before your data step add: %include 'popst.fmt'; b) set SUPERKEY to the combination of key variable values you want to look up. See "SUPERKEY=" under key variable description below. c) use a formatted put function of SUPERKEY with the data series format (See examples under "Usage" in detailed description of each data series). Key vars: Varname Typ Description YEAR Num Year Min=1970 Max=1992 STATE Num FIPS STATE CODE (99=US) Min=1 Max=99 SAS code to make SUPERKEY: SUPERKEY =(100*YEAR) + STATE; Data series [summary]: Varname Fmtname Typ Description ------- ------- --- ----------- POPST POPST. Num POPULATION ESTIMATES ---------------------------- Data series POPST ---------------------------- Varname Fmtname Typ Description POPST POPST. Num POPULATION ESTIMATES Units=number of people Min=305328 Max=255077569 Mean=8813609 N=1196 N_Missing=0 How missings handled: Comments: Usage: myvar=put(superkey,POPST.); ---------------------------------------------------------------------------- he SAS System 14:03 Wednesday, February 24, 1999 1 CONTENTS PROCEDURE Data Set Name: POPST Observations: 1196 Member Type: DATA Variables: 7 Engine: V612 Indexes: 0 Created: 13:45 Wednesday, January 29, 1997 Observation Length: 25 Last Modified: 13:45 Wednesday, January 29, 1997 Deleted Observations: 0 Protection: Compressed: YES Data Set Type: Reuse Space: NO Sorted: NO File Size (bytes): 57344 -----Alphabetic List of Variables and Attributes----- # Variable Type Len Pos Label --------------------------------------------------------------------------- 6 AGE5Y Num 3 20 AGE IN 5-YR BANDS (0=0-4,...75=75+) 2 GENDER Num 3 3 GENDER (1=MALE 2=FEMALE 9=BOTH) 4 POPST Num 8 9 POPULATION ESTIMATES 3 RACE Num 3 6 RACE (1=WHITE 2=BLACK 3=OTHER 9=ALL) 1 STATE Num 3 0 FIPS STATE CODE (99=US) 7 STCHAR Char 2 23 FIPS STATE 5 YEAR Num 3 17 Year