In MRO, each of the CICS runs by depending on each other?
B
Correct answer
Explanation
In MRO (Multi-Region Operation), CICS regions communicate with each other but do NOT depend on each other for execution. Each CICS region operates independently and can function even if other regions are unavailable. MRO provides communication capabilities without creating runtime dependencies between regions.