Multiple choice technology programming languages

What the JES will do?

  1. Checks for errors.

  2. Schedules the job

  3. Manages the output processing of the job.

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The Job Entry Subsystem (JES) performs comprehensive job management functions. It validates jobs for syntax errors, schedules jobs for execution based on priority and resource availability, and manages output processing including routing, printing, and dataset disposition.

AI explanation

JES (Job Entry Subsystem, JES2/JES3) handles the full lifecycle of batch work on z/OS: it accepts and checks submitted jobs for errors, schedules them for execution based on class/priority, and manages spooling and output processing (routing SYSOUT to printers, readers, or held queues). Since all three listed functions — error checking, scheduling, and output management — are genuinely part of JES's role, "All the above" is correct rather than any single function in isolation.