Why JCL is used in Mainframe programming?

Showing Answers 1 - 1 of 1 Answers

Rajiv Mishra

  • Nov 7th, 2007
 


JCL acts as an intermediate which links the source code with the resources needed.

for example: If in a cobol program you specify a file which you are manipulating, then through JCL, you tell the System about the specifications/Location of this file.


Other use being: with JCL several utiliy functions can be served easily without writing another cobol programs

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions