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
when can a job time-out occur? How to overcome that?
Which statement is used to identify the private libraries in job?
How can an in-stream dataset be terminated?
Name a few IBM utility programs, and explain its function.
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
How to submit a jcl from cics?
what operation is performed by job statement?
Differentiate between the joblib and the steplib statements?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How is a type of file defined in the jcl that executes the cobol program?
how to compare two datasets without using superce because output is limited to 133 bytes
How do you submit a job for execution?
What do you understand by jcl?
What is the use of symbol // in jcl?
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?