IDMS

  Home  Mainframes  IDMS


“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”



33 IDMS Questions And Answers

2⟩ What is currency in IDMS?

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.

 173 views

4⟩ Distinguish among erase, erase permanent, erase selective and erase all?

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.

 188 views

18⟩ What is a bind in IDMS?

A bind associates record types with the program work area; for run unit and records it is the first command issued in the program.

 174 views

20⟩ What is an area sweep and when is it used in IDMS?

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.

 187 views