Multiple choice technology programming languages Which among the following is true? Compile listing in Easytrieve cannot be produced Data map alone can be produced Compile listing alone can be produced 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.