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?
Answer Posted / 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 |
Post New Answer View All Answers
What are steplib and joblib? What for they are used?
Explain how can return codes be tested before execution of a job step?
What is the function of the dd dcb keyword?
How to pass the parameter in parm using linkage section ? (syntax)?
What do you understand by the term job time – out and how can you overcome that?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What are some jcl statements that are not allowed in procedures?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what is DD statement is used in JCL?
which parameter is used to check the syntax of a jcl without executing it?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What does a disposition of (new,catlg,keep) for a dsn mean?
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
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain the function of //jcllib statement?