JCL Tutorial
JCL Useful Resources
Selected Reading
- JCL - Basic Sort Tricks
- JCL - Utility Programs
- JCL - Run COBOL Programs
- JCL - Input/Output Methods
- JCL - Defining Datasets
- JCL - Conditional Processing
- JCL - Procedures
- JCL - Base Library
- JCL - DD Statement
- JCL - EXEC Statement
- JCL - JOB Statement
- JCL - Environment
- JCL - Overview
- JCL Home
JCL Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
JCL - Discussion
Discuss JCL
Job Control Language (JCL) is the command language of Multiple Virtual Storage (MVS), which is the commonly used Operating System in the IBM Mainframe computers. JCL identifies the program to be executed, the inputs that are required and location of the input/output and informs the Operating System through Job control Statements. In mainframe environment, programs can be executed in batch and onpne modes. JCL is used for submitting a program for execution in batch mode.
Advertisements