Specify SHARE in the CREATE TABLE definition SQL statement (specify as CREATE SHARE FIX TABLE). Note that the shared table must satisfy the following conditions:
- The shared table is a non-partitioned FIX table.
- The RDAREA for storing the shared table and shared index is a shared RDAREA (SDB is specified in the -k option of the pdfmkfs command).
- The WITHOUT ROLLBACK option is not specified.
- It is not a referencing table for which a referential constraint has been defined.