SCHEMA

Use the SCHEMA option to limit the scope of the unload process to the tables in a specified database schema.

When you specify the SCHEMA option, Optim™ High Performance Unload processes only the tables and objects in the specified database schema. You can specify this clause at the GLOBAL block level or at the UNLOAD block level.
Important: Optim High Performance Unload returns an error if you use the SCHEMA option at the GLOBAL level and then explicitly request to unload tables that are not part of the specified schema.
SCHEMA
Syntax
SCHEMA schema_name
Variable
schema_name
Specify the name of the database schema that you want to use. The value must be a Db2® identifier that represents a database schema name.
Default
None.