Which of the following is a Data Definition Module in Natural?
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.