JOB
JOB (Job Control Language) is a programming language used on IBM mainframe computers to control the execution of batch jobs. JOB statements are used to specify the resources that a job requires, such as the amount of memory, the number of processors, and the input and output files. JOB statements can also be used to control the flow of execution, such as by specifying dependencies between jobs.