Answer Posted / echo
Some principle differences between the two JES systems
include:
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
multiprocessor 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.
In cases where multiple z/OS® systems are clustered (a
sysplex), it is possible to configure JES2 to share spool
and checkpoint data sets with other JES2 systems in the
same sysplex. This configuration is called Multi-Access
Spool (MAS). In contrast, JES3 exercises centralized
control over its processing functions through a single
global JES3 processor. This global processor provides all
job selection, scheduling, and device allocation functions
for all of the other JES3 systems.
With JES3, installations may decide whether the global JES3
or z/OS base control program will handle device allocation.
With JES2, only the z/OS base control program handles
device allocation.
Source:
http://publib.boulder.ibm.com/infocenter/zos/basics/index.js
p?topic=/com.ibm.zos.zconcepts/zconcepts_154.htm
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain the purpose of the dd keylen parameter?
What is the use of symbol // in jcl?
How to submit jcl through a cobol program?
Why block size is multiple of lrecl in jcl?
In job processing, what happens in execution stage?
Differentiate between addressing mode and run mode.
what are the statements that are not valid to be included in an include statement?
What do you know about jcl?
What is multithreading in jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Explain how can the attributes of one sms dataset be copied to another dataset?
Is automatic restart possible in jcl? If yes, how?
which parameter is use to declare the name of dataset in dd statement?
How does jcl act on a cobol code?
what are JCLLIB and STEPLIB in JCL?