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

22⟩ What is autostatus in IDMS?

Autostatus is a protocol mode which causes the expansion of each DML statement to include a 'perform IDMS-Status' statement.

 195 views

24⟩ What is the IDD in IDMS?

IDD is the Integrated Data Dictionary. It contains information about the elements, record types, sets, maps and dialogues within the database.

 198 views

26⟩ What does a FINISH do in IDMS?

It releases all database resources, terminates database processes, writes statistical information to IDMS and logs the checkpoint.

 188 views

30⟩ What is a set in IDMS? What pointers are required, what are possible? How may sets be ordered?

A set is an owner record and, optionally, its member records. There are three types of pointers: next, prior and owner, but only next is required. There are five possible orders for arrangements of sets; they are: first - insert at beginning, last - insert at end of set, next - insert after current of set, prior - insert prior to current of set and sorted - insert according to sort value.

 202 views

31⟩ Name and explain the three location modes?

Calc is based on a symbolic value which is used to determine the target page. Via mode is for members only. Via records are stored near to their owners.

In direct mode the target is specified by the user and is stored as close as possible to that page.

 206 views