Final answer:
The OPEN statement in COBOL connects a file's internal FD name to an external JCL DD name.
Step-by-step explanation:
The statement in COBOL that connects a file's internal FD name to an external JCL DD name is the OPEN statement. This statement opens the file for input, output, or both, and associates the internal FD name with the external JCL DD name.