Multiple choice technology programming languages

Which among the following is true?

  1. Compile listing in Easytrieve cannot be produced

  2. Data map alone can be produced

  3. Compile listing alone can be produced

  4. Data map and Compile listing can be produced using DMAP and PMAP option in DEBUG

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

In Easytrieve, the DEBUG statement with DMAP produces a data map showing field layouts, while PMAP produces a compile listing showing the program structure. Both can be specified together to generate both outputs.