VMS Help
COBOL, DATA_DIVISION, DB subschema-entry
*Conan The Librarian
|
The Subschema entry allows a program to access a subschema in the Common
Data Dictionary/Repository under the schema name.
Format -
DB subschema-name WITHIN schema-name
[ FOR database-name ] [ { THRU } stream-name ]
[ { THROUGH } ] .
references a subschema name in the Common Data Dictionary/Repository
(CDD/Repository) under the schema name.
references a schema name in the Common Data Dictionary/Repository.
represents a complete or partial file specification defining the
database occurrence. A database occurrence is a root file. At run
time, database-name points the Database Control System (DBCS) to the
root file.
represents the name of a stream. Signals the Data Base Control System
(DBCS) that your run unit uses a stream, which allows access to
multiple databases or subschemas.