WI123: Table tablename contains number columns but batch file specifies number columns.

The target table specified in the Import specification file (IMP file) doesn't contain the same number of fields as the source file. Verify that the TABLE statement in the IMP file is set to the correct target table. Also verify that the FIELDS, TYPES, NULL_PERM, SRC_LENS, OFFSETS, USE_PIC and EBCDIC_TO_ASCII statements in your IMP file reflect the actual number of columns in your source and destination. See your SQLWizard User's Guide for a complete description of the IMP file and its contents.
Restriction: This topic applies to Windows environments only.