Can a file declared in Cobol program be ran in Jcl without having it.
A
Correct answer
Explanation
A COBOL program can use files that are defined and allocated in JCL without re-declaring them in the COBOL program. The file definition in the COBOL SELECT/FD statements describes the file structure, but the actual allocation can be handled entirely through JCL DD statements. This is standard mainframe practice where JCL manages external resources.