readme.asscb Data Group Name: asscb (1937-2004) Description: Annual Social Security Contribution Base Data Source(s): Social Security Administration, "Automatic Increases for the Social Security and Supplemental Security Income Programs" webpage http://www.ssa.gov/OACT/COLA/cbb.html 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 'asscb.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=1937 Max=2004 SUPERKEY =YEAR; Data series [summary]: Varname Fmtname Typ Description ------- ------- --- ----------- ASSCB ASSCB. Num Annual Social Security Contribution Base ---------------------------- Data series ASSCB ---------------------------- Varname Fmtname Typ Description ASSCB ASSCB. Num Annual Social Security Contribution Base Units=dollars Min=3000 Max=87900 Mean=24642.6471 N=68 N_Missing=0 How missings handled: Comments: Annual Social Security Contribution and Benefit Base Usage: myvar=put(superkey,ASSCB.); ---------------------------------------------------------------------------- The CONTENTS Procedure Data Set Name: SCRLIB.ASSCB04 Observations: 68 Member Type: DATA Variables: 2 Engine: V8 Indexes: 0 Created: 13:31 Thursday, May 20, 2004 Observation Length: 16 Last Modified: 13:31 Thursday, May 20, 2004 Deleted Observations: 0 Protection: Compressed: NO Data Set Type: Sorted: NO Label: -----Alphabetic List of Variables and Attributes----- # Variable Type Len Pos Label ------------------------------------------------------------------------------- 2 ASSCB Num 8 8 Annual Social Security Contribution Base 1 YEAR Num 8 0 Year