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 / arjun
As we all know, job always overrides step.
then step 1 will take 0 bytes...but if 0 bytes is not sufficient in execution of that step then it goes to job 4k...
it prefers 0 but if not sufficient then 4k
Same case with step 2.
first checks 16k if it is ok for execution then fine else gives an error as 4k is anyhw not sufficient.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What are the 2 types of parameters in dd statement?
Is their any set of rules for dd? Explain.
What is the purpose of dd * statement in jcl?
What is job control language?
How to submit a jcl from cics?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Explain the function of //cntl statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What do you understand by jcl?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What parameter of the job statement is used to limit the cpu time consumed by the job?
Which statement is used to identify the private libraries in job?
Differentiate between the joblib and the steplib statements?
In sms datasets, what is the function of the dd mgmtclas keyword?
what is use of space parameter in dd statement?