Multiple choice technology programming languages INDEXES CAN NOT BE MANIPULATED BY PERFORM/SET/SEARCH STATEMENTS ? True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation In COBOL, index names used with table SEARCH operations CAN be manipulated using the SET verb. The SET statement allows you to increment, decrement, or set an index to a specific value, which is essential for controlling table traversal.