What are the differences between JES2 & JES3 ?

Answers were Sorted based on User's Feedback



What are the differences between JES2 & JES3 ?..

Answer / guest

JES3 allocates datasets for all the steps before the job is
scheduled. In JES2, allocation of datasets required by a
step are done only just before the step executes.

Is This Answer Correct ?    56 Yes 7 No

What are the differences between JES2 & JES3 ?..

Answer / bala

JES3 = Job Entry Subsystem 3

An MVS subsystem that receives jobs into the
system,converts them to internal format, selects them for
execution, processes their output, and purges them from the
system. In complexes that have several loosely coupled
processing units, the JES3 program manages processors so
that the global processor exercises centralized control
over the local processors and distributes jobs to them via
a common job queue.


JES2 = Job Entry Subsystem 2

An MVS subsystem that receives jobs into the system,
converts them to internal format, selects them for
execution, processes their output, and purges them from the
system. In an installation with more than one processor,
each processor's JES2 subsystem independently controls job
input, scheduling, and output processing.

Is This Answer Correct ?    32 Yes 1 No

What are the differences between JES2 & JES3 ?..

Answer / shailendra

i want to add something

jes2 : it allocate resource as per step execute of the job.
jes3 : it aloocate resource before the job excution

Is This Answer Correct ?    30 Yes 3 No

What are the differences between JES2 & JES3 ?..

Answer / 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

More JCL Interview Questions

can u execute a proc from another proc?

5 Answers   Logica CMG,


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

0 Answers  


Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00

4 Answers  


What is S322 abend ?

5 Answers  


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

0 Answers  






Explain about LMMLIST�list a library's members

1 Answers  


can i sort packed decimal if i can tell the syntax

1 Answers   Barclays,


i am trying to copy a PS file into VSAM file in step2 by using PGM=IDCAMS,COND=(0,LT) and the pS file is getting sorted in the step1. I got the return code 00 for step1 but step2 got flushed. can u please help on this. Below is My JCL. SEPP050 EXEC PGM=SORT,REGION=6144K SYSIN DD DSN=SYSCMN.PROD.CCLIB (F5910BNN), DISP=SHR SYSOUT DD SYSOUT=* SYSUDUMP DD SYSOUT=A SORTIN DD DSN=Z1225BT.F5910EPP.HISOUT, DISP=SHR SORTOUT DD DSN=Z1225BT.F5910EPP.HISOUT.SORTOUT5, DISP= (NEW,CATLG,DELETE),UNIT=DELQ, SPACE=(CYL, (500,500),RLSE), DCB= (RECFM=FB,LRECL=1606,BLKSIZE=16060,BUFNO=15) SORTWK01 DD UNIT=SYSDA,SPACE=(CYL, (1)) SORTWK02 DD UNIT=SYSDA,SPACE=(CYL, (1)) SORTWK03 DD UNIT=SYSDA,SPACE=(CYL, (1)) SORTWK04 DD UNIT=SYSDA,SPACE=(CYL, (1)) SYSIN1 DD UNIT=VIO,SPACE= (80,1) * SEPP060 EXEC PGM=IDCAMS,COND= (0,LT) SYSPRINT DD SYSOUT=* SYSOUT DD SYSOUT=* SYSLIST DD SYSOUT=* *** DD01 DD DSN=Z1225BT.F5910EPP.HISOUT.SORTOUT, // DISP=SHR //*** //DD01O DD DSN=Z1225BT.F5910PHS, // DISP=SHR, // AMP=(AMORG,'BUFND=12,BUFNI=5') //SYSIN DD DSN=SYSCMN.PROD.CCLIB(F5910BBB), // DISP=SHR Output RC for the two steps: SDCBPJ05 SEPP050 00 236 .00 .00 .0 SDCBPJ05 SEPP060 FLUSH 0 .00 .00 .0

3 Answers  


suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?

5 Answers  


Can we call instream to catalog and catalog to instream?

0 Answers  


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

0 Answers  


when can a job time-out occur? How to overcome that?

0 Answers   IBM,


Categories