Multiple choice technology databases

What is the maximum number of areas you can open with a single OPEN statement?

  1. 25

  2. 35

  3. 47

  4. 57

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In IDMS COBOL, a single OPEN statement can open a maximum of 47 different areas. This is a system limitation in IDMS database programming. The other options (25, 35, 57) are not the correct limits.