Can same Local data area (LDA) be used by many programs ?
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.