CONNX Data Integration Suite 14.8.0 | Operations Guide | Working with Database Objects in CONNX | CONNX and DataFlex, RMS, and DBMS Databases | Codasyl DBMS Tables | Including Subschemas with Codasyl DBMS Table Imports
 
Including Subschemas with Codasyl DBMS Table Imports
DBMS databases may include a default subschema. A subschema represents a particular subset of a database. Use the following command to determine if subschemas, other than the default subschema, are necessary or exist in the database you intend to import:
dbo/dump/subschemas/out=<name of output file> <name of DBMS root file> <subschema name>
Example:
$dbo/dump/subschemas/out=outputfile.out rootfile.roo subschema_name
You may have to include the complete path for the root file.
After executing this command, you can edit the outputfile.out file and do a search on the subschema. If other subschemas exist beside the default subschema, they should be listed along with the sets that make up the view.
Contact your database administrator for more information on subschema names and locations.