Multiple choice technology mainframe we can display the index variable like normal cobol variable True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation In COBOL, index variables cannot be displayed like normal variables using DISPLAY statements. They are special data types used for table references and must be handled differently with specific verbs.