if in a job, region is mentioned in both jobcard and in
step then which is cosidered at the step level?
A job has region 4k in jobcard and step1 with region 0k and
step2 with 16k, then what is the region allocated for the
entire job?
what is the region step1 takes?
what is the region step2 takes?

Answer Posted / venkat

in this case step override the job.So first considered to step level.

The Region of entire job takes 4k only.

The region of step1 takes 0k only.

The region of step2 takes 16k.

Is This Answer Correct ?    5 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Must tape dataset definitions include vol=ser specifications?

961


which utility is used to sort a file in jcl?

739


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

898


For what purpose steplib and joblib are used ?

678


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

577






which parameter is use to declare the name of dataset in dd statement?

722


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

606


What is the significance of addrspc parameter in the exec statement?

612


Explain the function of the steplib dd statement?

630


What is the purpose of dd dummy statement?

935


i want to store 20 digits . how will u do it in cobol ?

851


Define concatenating?

654


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

663


How can return codes be tested before execution of a job step?

912


how do you code a null statement?

763