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
what is the difference between JES3 and JES2?
What are some jcl statements that are not allowed in procedures?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Is acct parameter mandatory?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is the purpose of disp parameter?
What are the parameter we cannot use in procedure?
What is catelog procedure and how many catelog procedure to use in one job?
How to submit a jcl from cics?
Explain the purpose of dd dummy statement?
Are there any set of rules for the names of the steps used in a job? What are they?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What are the parameters that are used in creating a gdg?
Is it possible to left uncode disp? If yes, how?