Answer Posted / 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 |
Post New Answer View All Answers
What is use of restart and how to use it?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Which dd parameters are required?
Explain how can return codes be tested before execution of a job step?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What statement can be used to send data to another mvs jes3 node?
how you will the direct the data to spool using sysout option?
Explain the function of the dd dcb keyword?
What is the function of the dd dcb keyword?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What is the significance of addrspc parameter in exec statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Does jcl support automatic restart?