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 COBOL Utility) does NOT work by recompiling source programs. Instead, it operates directly on the SCREEN COBOL object library, modifying the compiled object code without requiring recompilation. This makes SCUP operations faster and more efficient than full recompilation.