Multiple choice technology mainframe

The COBOL copy statements will be expanded during pre-compile stage.

  1. True

  2. False

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

COBOL COPY statements are expanded during the PRECOMPILE stage, not the pre-compile stage. The precompiler processes COPY statements by inserting the copied text into the source program before the actual compilation begins. This is a critical distinction in the COBOL/DB2 compilation process.