What information is not included in DBD
-
access method
-
segment name
-
parameter
-
key field length
DBD (Database Descriptor) in IMS defines the physical structure of the database including access method, segment names, and key field lengths. However, 'parameter' as a general concept is not a specific piece of information stored in the DBD itself - parameters are part of application programs, not database descriptors.
A DBD (Database Descriptor) in IMS defines the physical and logical structure of a database: segment names, their hierarchical relationships, key field names and lengths, and the access method (e.g., HDAM, HIDAM, HSAM) used to store/retrieve data. What a DBD does NOT contain is runtime 'parameters' for application programs — those (along with which segments/fields a program can see) are defined in the PSB (Program Specification Block) and its PCBs, not the DBD. So 'parameter' is correctly excluded from DBD content, while access method, segment name, and key field length are all legitimate DBD components.