https://www.techtarget.com/searchdatacenter/definition/JCL
JCL (job control language) is a language for describing jobs to the Multiple Virtual Storage (MVS), OS/390 and Virtual Storage Extended (VSE) operating systems (OSes), which run on IBM's S/390 mainframe computers. These OSes allocate their time and space resources among the total number of jobs that have been started in the computer.
Jobs are broken down into job steps. Every statement that runs a particular program constitutes a job step. Jobs are background, or batch, units of work that run without user interaction, such as print jobs. In addition, the OS manages interactive, or foreground, user requests that initiate units of work. Foreground work is often given priority over background work.
An IBM manual compares a set of JCL statements to a menu order in a restaurant. The whole order is comparable to the job. Back in the kitchen, the chefs divide the order up and work on individual dishes, representing the job steps. As the job steps are completed, the meal is served. However, it must be served in a specific order -- similar to job steps that depend on the performance of previous ones.
JCL statements mainly specify the following information:
A set of JCL statements for a job is itself stored as a data set and can be started interactively. MVS and OS/390 provide an interactive menu-like interface, ISPF, for initiating and managing jobs.
In MVS and OS/390, the part of the OS that handles JCL is called the Job Entry Subsystem (JES). There are two versions, JES2 and JES3.
16 Sep 2024