The document discusses the role and functions of the Job Entry Subsystem (JES) in managing jobs and system resources in the MVS operating system. The key points are:
- JES handles job management and resource allocation before and after jobs execute, while MVS handles these functions during job execution.
- JES receives jobs, schedules them to run on MVS, and controls output processing.
- JES tracks jobs using control blocks called Job Queue Elements (JQEs) stored on spool, checkpoint, and duplex checkpoint data sets.
- This allows JES to resume processing after stopping by restarting from the checkpoint data, maintaining the job and system state.