Multiple choice technology mainframe

Which of the following is a Data Definition Module in Natural?

  1. NDA

  2. SDA

  3. GDA

  4. KDA

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

GDA (Global Data Area) is a Data Definition Module in Natural, used to define data structures accessible across multiple programs. LDA (Local Data Area) and PDA (Parameter Data Area) are also data definition modules, but NDA, SDA, and KDA are not standard Natural data area types. GDAs allow shared data definitions that can be used by different Natural programs within the same library.