S pecifies the name of the XDB Server table to be created by Import. The syntax is:
TABLE = table-name;
where table-name is the name of the table.
If you have super-user privilege, you can qualify the table name with a different AuthID (of up to eight characters), so the table is created with a different owner. The table will be created in the current location. To create it in a different location, enter a three-part name using the format location.authid.tablename.
TABLE is a required Batch Import command for every transaction.
For example:
TABLE = salaries;
sets the name of the imported table to SALARIES.