Multiple choice technology mainframe

SELECT CORRECT OPTION.

  1. SEGMENT TYPE IS A PARTICULAR INSTANCE OF A SEGMENT OCCURENCE

  2. SEGMENT OCCURRENCE IS A PARTICULAR INSTANCE OF A SEGMENT TYPE

  3. ALL THE ABOVE

  4. NONE OF THE ABOVE

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

In IMS terminology, a segment type is like a template or structure definition (similar to a class in programming), while a segment occurrence is a specific instance of that type with actual data values (similar to an object). For example, 'CUSTOMER' might be a segment type, while a specific customer's data record would be a segment occurrence. Therefore, segment occurrence is an instance of segment type, not the reverse.