1⟩ What sets will the stored record connect to?
It will connect to all sets where it is defined as an automatic member. The store requires that currency be established for all these set occurrences.
“IDMS Interview Questions and Answers will guide us now that IDMS (Integrated Database Management System) is a (network) CODASYL database management system first developed at B.F. Goodrich and later marketed by Cullinane Database Systems, So start preparation for the job of IDMS by the help of this IDMS Interview Questions with Answers guide”
It will connect to all sets where it is defined as an automatic member. The store requires that currency be established for all these set occurrences.
Currency is the location within the database during run-unit execution.
There are four levels of currency:
current of run-unit is the record occurrence of the last successful find or obtain;
current of record type is for the most recent of each record type;
current of record set is the most recent within each set and current of area is within each area.
Mandatory and optional.
Erase cancels the membership of a record in specific set occurrences and removes only the named record.
Erase permanent removes the specific record and all mandatory occurrences it owns. It disconnects all optional members.
Erase selective removes the record, all mandatory members and all optional members not connected to other sets. It disconnects those that are connected.
Erase all removes the specified record and all the mandatory and optional records it owns.
Find tells you whether the record is actually in the database. If it is not found you save the overhead of an obtain.
Store the record then connect it to each set where it is a manual member.
An OOK-Rec is a one of a kind record set, used to get to another record set.
In local there is no IDMS System running above the DBMS. It's the more efficient mode but lacks the recovery and integrity facilities of the central version (CV) control program. In CV many application programs access the database through a single copy of the DBMS.
A record occurrence is the instances of a record; it is the smallest addressable unit of data. A type is the description of a record; there needn't be any occurrences.
A page is the smallest unit of storage in an IDMS database
Region is used synonymously with area. It is a group of logically contiguous pages.
A run-unit is a logical unit of work; it is analogous to a CICS task.
The schema is the physical arrangement of the data as it appears in the DBMS. The subschema is the logical view of the data as it appears to the application program.
It places a record in the database based on the location mode specified.
No difference. There is a difference between obtain first and obtain next for an area sweep, but not when current on the owner in a set.
They communicate via service MVS request calls.
No. The mode is specified via the SYSCTL DD card in the JCL.
A bind associates record types with the program work area; for run unit and records it is the first command issued in the program.
You are current on the owner.
An area sweep accesses records on the basis of the physical location in a database area. It can be total, meaning a record by record search of the area, or it can be of occurrences of records of a specific type.