
Structure for table: 
COMPANY.DBF      New Jersey Hazardous Waste Company File

   Field                                            Field
    Name       Field Description                     Type           Width 
             
Field1 ==== epa_id        Company Epa Id Number               Character          12
Field2 ==== name         Company Name                        Character          28 
Field3 ==== street         Location Street                     Character          23 
Field4 ==== city          Location City                       Character          15
Field5 ==== state         Location State                      Character           2
Field6 ==== zip           Location Zip                        Character           9
Field7 ==== mail_addr     Mailing Street Address              Character          25
 mail_city     Mailing City                        Character          15
 mail_state    Mailing State                       Character           2
 mail_zip      Mailing Zip                         Character           9
 phone         Phone # to Contact Company          Character          10
 emer_phone    Number to Phone in an Emergency     Character          10
 contact       Name of Contact Person              Character          28
 comments      Comments About Company              Character          25
 sic_code      Std. Industrial Classification Code Character           4
 county        County Code                         Numeric             2 
 municipal     Municipal Code                      Numeric             2
 prev_epaid    Previous Epa Id Used by Company     Character          12
 gen_flag      "X" if Company is a Generator       Character           1
 trans_flag    "X" if Company is a Transporter     Character           1 
 tsdf_flag     "X" if Company is a TSDF            Character           1
 name_chg      Previous Name of Company            Character          28
 date_chg      Date Name Changed to Current        Numeric             6




 Note:  The gen_flag, trans_flag and tsdf_flag fields can have the
        following values:

        X   if company is generator, transporter or TSDF
        D   if company was delisted
        N   if Notifier
      blank if not generator, transporter or TSDF
