#delimit ; clear ; * Edit the insheet statement to reference the data file on your computer.; insheet TUCASEID TULINENO TURRP TESEX TERRP TEAGE TXSEX TXRRP TXAGE using c:\ErikMain\time_use\AEI\merged_data\atusrost_2003.dat, names comma ; describe, short; /* DATA TYPES : 8 means numeric, $N means char w/ length N TUCASEID $14 TULINENO 8 TURRP 8 TESEX 8 TERRP 8 TEAGE 8 TXSEX 8 TXRRP 8 TXAGE 8 */ save c:\ErikMain\time_use\AEI\merged_data\atusrost_2003, replace ;