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



if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step l..

Answer / sangeetha

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

if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step l..

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

if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step l..

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

if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step l..

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

Post New Answer

More JCL Interview Questions

what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?

1 Answers   Accenture,


Is condition checking possible in jcl? If yes, how?

0 Answers  


We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?

5 Answers   IBM, JPMorgan Chase,


A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF  DD DSN=ID.File1              DSN=ID.File2              DSN=ID.File3

1 Answers   FIS,


Can we delete the data using IEFBR14 , IEBGENER??

5 Answers   Kanbay,






1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent

1 Answers  


how can we override data definitions in jcl. can any one give detailed example

3 Answers   TCS,


In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?

7 Answers  


common jcl abends??

2 Answers   ADP, Wipro,


What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?

9 Answers   Xansa,


how you will the direct the data to spool using sysout option?

0 Answers   IBM,


What is order of searching of the libraries in a JCL?

4 Answers  


Categories