What are the differences between JES2 & JES3 ?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is catelog procedure and how many catelog procedure to use in one job?

7441


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

651


How to run cobol program using jcl?

648


Differentiate between addressing mode and run mode.

615


What is the purpose of dd?

724






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

906


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2218


What is the difference between run mode and addressing mode?

631


Are there any set of rules for the names of the steps used in a job?

633


how JCL works?

794


what is the resolution for sb37 error

7701


Can we use DISP=SHR in output file in JCL

951


what is DSN parameter and DISP parameter is used for?

674


How do you submit a job for execution?

638


What are the rules employed while naming the steps in a job?

658