109k views
2 votes
In COBOL, which statement connects a file's internal FD name to an external JCL DD name?

A. Record
B. Select
C. Read
D. Open

1 Answer

2 votes

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.

User Fulya
by
7.6k points