Why do you want to specify the REGION parameter in a JCL step?
Answer Posted / krishna chaitanya
if we want region more or less than specified on job card we
will alter that value for particular step ,by specifieing at
step level.here dominated value is step region value.
for ex: u give regio=10 at job and region=6 at step it will
take 6 for that step only,and for other step u take 20 it
take 20 for that step only if u could not mention any thing
in step it will take region value 10 at job card.
| Is This Answer Correct ? | 5 Yes | 16 No |
Post New Answer View All Answers
Is their any set of rules for dd? Explain.
What is the motivation behind coding class parameter in job statement?
how do you code a null statement?
Explain the function of the dd dcb keyword?
what is a jcl?
how you will the direct the data to spool using sysout option?
What is the purpose of dd?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How can a jobs execution priority be modified?
How can the disposition of sysout datasets be set for an entire jobstream?
Are there any set of rules for the names of the steps used in a job?
What dd statement is used to supply the name of a dataset?
how do you access an uncataloged dataset in a jcl?
what is use of space parameter in dd statement?