Hi All,
I wanted to know in which language is JCL written?
How do the internals of JCL work? Is it an interpreter or a compiler?
PLease help me find answers to these questions.
Thanks.
No. JCL is JCL. While the system "interprets" submitted JCL, JCL itself is not an interpreter.Is it an interpreter or a compiler?
This answer most likely will not appear in any forum/discussion site. There is simply too much of it and much is proprietary.How do the internals of JCL work?
This answer most likely will not appear in any forum/discussion site. There is simply too much of it and much is proprietary.
neha.sinha wrote:When we call a cobol program from a jcl, we invoke the cobol compiler. At this point, does the interpreter invoke the compiler? Does the compiler pass the result/machine code back to the interpreter?
When we call a cobol program from a jcl, we invoke the cobol compiler.