COBOL programs are structured into exactly four standard divisions: Identification, Environment, Data, and Procedure. Linkage is actually a section within the Data Division used to pass data between programs, rather than a standalone division itself, making it the correct answer.