_dta: 1. by Jean Roth , jroth@nber.org , 19 Nov 2015 2. Source: 2010/20100520/FIRMS.TXT 3. EACH FIRM HAS A UNIQUE FIRM SEQ NO WHICH CAN OCCUR MULTIPLE TIMES IN THE LISTINGS FILE. 4. Contains the firm's full name, and compliance address. 5. The compliance address is the mailing address where the FDA sends listing information to the firm. lblcode: 1. LBLCODE NOT NULL NUM(6) COL:1-6 2. FDA generated identification number for each firm. 3. The number is padded to the left with zeroes to fill out to length 6. firm_name: 1. FIRM_NAME NOT NULL CHAR(65) COL:8-72 2. Firm name as reported by the firm. addr_header: 1. ADDR_HEADER NULL CHAR(40) COL:74-113 2. Address Heading as reported by the firm. street: 1. STREET NULL CHAR(40) COL:115-154 2. Street Address as reported by firm. po_box: 1. PO_BOX NULL CHAR(9) COL:156-164 2. Post office box number as reported by firm. foreign_addr: 1. FOREIGN_ADDR NULL CHAR(40) COL:166-205 2. Address information report by firm for foreign countries that does not fit the U.S. Postal service configuration. city: 1. CITY NULL CHAR(30) COL:207-236 state: 1. STATE NULL CHAR(2) COL:238-239 zip: 1. ZIP NULL CHAR(9) COL:241-249 2. USPS Zip code. province: 1. PROVINCE NULL CHAR(30) COL:251-280 2. Province of Foreign country if appropriate. country_name: 1. COUNTRY_NAME NOT NULL CHAR(40) COL:282-321 obs: 3,503 vars: 11 19 Nov 2015 09:22 size: 1,089,433 (_dta has notes) --------------------------------------------------------------------------------------- storage display value variable name type format label variable label --------------------------------------------------------------------------------------- lblcode str6 %9s * FDA generated identification number for each firm firm_name str65 %65s * Firm name as reported by the firm addr_header str40 %40s * Address Heading as reported by the firm street str40 %40s * Street Address as reported by firm po_box str9 %9s * Post office box number as reported by firm foreign_addr str40 %40s * Address information report by firm for foreign countries that does not fit the U city str30 %30s * City state str2 %9s * State zip str9 %9s * USPS ZIP Code province str30 %30s * Province of Foreign country if appropriate country_name str40 %40s * Country Name * indicated variables have notes --------------------------------------------------------------------------------------- Sorted by: lblcode