Multiple choice technology programming languages

SCUP operates on the SCREEN COBOL object library by recompiling the source program

  1. True

  2. False

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

SCUP (Screen Utility Program) operates directly on the SCREEN COBOL object library, modifying the compiled objects without requiring access to or recompilation of source code. It makes changes at the object code level. Therefore, the statement that SCUP operates 'by recompiling the source program' is false - it works on objects, not source.