DBMS ------------> WHERE IMS -----------> ?????
-
FUNCTION CODES
-
IO AREA
-
SSA
-
PCB MASK
C
Correct answer
Explanation
The analogy draws a parallel between DBMS concepts and IMS terminology. Where DBMS might use various constructs to identify data, IMS specifically uses Segment Search Arguments (SSAs) to locate and retrieve segments. An SSA specifies the segment type and optionally the key values or search criteria to identify which segment occurrence(s) to access, analogous to how a WHERE clause identifies specific rows in a relational DBMS.