JES2 compared to JES3
IBM provides two kinds of job entry subsystems: JES2 and
JES3. In many cases, JES2 and JES3 perform similar functions: they read jobs
into the system, convert them to internal machine-readable form, select them
for processing, process their output, and purge them from the system.
In a mainframe installation that has only one processor,
JES3 provides tape setup, dependent job control, and deadline scheduling for
users of the system, while JES2 in the same system would require its users to
manage these activities through other means. In an installation with a
multi-processor configuration, there are noticeable differences between the
two, mainly in how JES2 exercises independent control over its job processing
functions. That is, within the configuration, each JES2 processor controls its
own job input, job scheduling, and job output processing. Most installations
use JES2, as do the examples in this text. |