Specifies the name of the XDB Server table or view to be exported. The syntax is:
TABLE = table-name;
where table-name is the name of the XDB Server table or view.
If you are 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 command for every transaction.
For example:
TABLE = employee;
causes data from the EMPLOYEE table to be exported.