Performs the actions that you have specified in this notebook or window.
Cancels any unsaved changes that you made and closes this notebook or window.
Opens the Show Command window.
Specifies the name of the system in which the target database resides. The system must already exist.
Click the down arrow to display a list of existing systems and select one, or type the name of the existing system into the box.
Specifies the name of the instance that contains the target database. The instances displayed in the box are the instances for the system specified in the System field. The instance must already exist.
Click the down arrow to display a list of existing systems and select one, or type the name of the existing instance into the box.
Specifies the name of the database that will contain the new table. The databases displayed in the box are the databases for the instance specified in the Instance field. The database must already exist.
Click the down arrow to display a list of existing systems and select one, or type the name of the existing database into the box.
Specifies a schema for the new table. The initial value in this box is the user ID under which you connected to the database.
Type a name for the new table. This name:
Attention: This name must be unique within the table's schema. No other object in the schema can have the same name as the table.
Optional: Specifies the table space in which to create the table. To select a table space, click the down arrow to display a list of existing, REGULAR table spaces and select one.
If you do not specify a table space, either you have created a table space from your user ID, the table will be created in that table space, or no table space is found, the table will be created in the default table space, USERSPACE1.
You must specify a REGULAR DMS table space other than the default table space if you plan to specify a specific index table space or long data table space.
Optional: Specifies a table space in which to store any index data for the table.
You must specify a REGULAR DMS table space other than the default table space if you plan to specify a specific long data table space.
Optional: Specifies a table space in which to store any long data for the table. Long data can be LONG VARCHAR, LONG VARGRAPHIC, LOB data types, or a distinct type with any of these as source types.
You must specify a REGULAR DMS table space other than the default table space if you plan to specify a specific long data table space.