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
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is timing concept in mainframe?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How to submit jcl through a cobol program?
how you will the direct the data to spool using sysout option?
Is condition checking possible in jcl? If yes, how?
What is use of restart and how to use it?
What are the utility programs in jcl?
what is SOC4 error?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How do you access an uncatalogued dataset in a jcl?
What are the rules employed while naming the steps in a job?
what is the use of JCL?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Must tape dataset definitions include vol=ser specifications?