Multiple choice technology mainframe

Can same Local data area (LDA) be used by many programs ?

  1. True

  2. False

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

In CICS and similar mainframe transaction processing systems, multiple programs can share and access the same Local Data Area (LDA). The LDA provides a common storage area that can be used by different programs running in the same region, allowing for data sharing and communication between programs. This is a standard feature of LDA architecture.