InterviewSolution
Saved Bookmarks
| 1. |
Define JCL. |
|
Answer» JCL expands to Job Control LANGUAGE and is a scripting language that is USED for providing required SPECIFICATIONS for processing a job. It consists of a set of control statements and acts as an interface between the IBM Mainframe Operating System and COBOL programs. JCL statements also do the task of notifying the OS for finding required input data and provide instructions on what operations need to be PERFORMED on that input and what needs to be done with the result. |
|