Optionally, you can add IBM DB2 parameters to the export or import process. By default, no additional parameters are required to import or export data.
You can add IBM DB2 parameters to the script that the export utility or the import utility uses to import or export data. You can use any IBM DB2 parameter that the import and export utilities support. The parameters that you add depend on your database administration policies for importing or exporting data. For example, you may want to add additional parameters to create error files or to specify no logging.
To add IBM DB2 parameters to the import or export commands, add properties in the
conf.properties
file. You can add the commands in predefined places of the import and export process. For the import command, you can add a parameter after the load file statement, before the insert statement, and after the insert statement. For the export command, you can add a parameter after the unload file statement and after the select statement.