What is the purpose and meaning of the REGION keyword and
what JCL statement is it associated with?
Answer Posted / remay
Use of REGION=0M in JCL jobcard grants the job
full access to available storage in address space.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the 2 types of parameters in dd statement?
How does jcl act on code(if you take a cobol program)?
Is it possible to left uncode disp? If yes, how?
Explain the function of //cntl statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the syntax of JCL statement?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
How can the submitting users racf authority be overridden in a job stream?
what is the use of IEBGENER utility?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is the function of the steplib dd statement?
How does jcl specify the job to the operating system?