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.