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?
Answers were Sorted based on User's Feedback
Region parameter coded in jobcard overrides that at step
level in JCL. so the region parameter coded in jobcard is
considered at each step.
0k or 0M always allows/sets limit to all of the 24-bit/31-
bit virtual storage available to the address space
| Is This Answer Correct ? | 11 Yes | 5 No |
Answer / kiran
As others suggested,
region in the JOB card overrides the region in the Step
only when the Region in step card is gretaer than the
Region in JOB card.
1. Entire job takes - 4k
2. Step 1 takes - 0K ( few environments have settings, with
0K as unlimited space, in this case 4k is assigned to step
1)
3. Step 2 region is overrides by job card region value - 4k
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
i want to store 20 digits . how will u do it in cobol ?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
i want apply mainframe devolper with 3+ but i dont have that much of knowledge what isthe solution to get that much of knoweldge?
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?
What does IEBGENER do?
How to execute step2,step1,step3 when step1,2&3 are in order
What are the 4 fields in dd statement?
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
In which table PLAN is registered in ?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
how to code instream data in procedure?
when we use sysprint and sysout statements