Why do you want to specify the REGION parameter in a JCL step?
Answer Posted / ch.mohan
region parm is used to memory space
region=mb/kb
reduse the memory in steps
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Explain how can the submitting users racf authority be overridden in a job stream?
Why include statement is used in a jcl?
how JCL works?
What are the rules employed while naming the steps in a job?
what is “Cond= even” and “Cond=only”?
Explain how can values be passed from the job stream to an executable program?
What is the motivation behind coding class parameter in job statement?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
In sms datasets, what is the function of the dd avgrec keyword?
Explain about ISPF/TSO Commands
Explain the function of dd disp parameter?
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?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
In job processing, what happens in execution stage?