I have 5 generations in my GDG. How do I code in the JCL to
consider all the 5 versions of the GDG ?
Answer Posted / guest
limit=5,
no scratch,
no empty
| Is This Answer Correct ? | 9 Yes | 10 No |
Post New Answer View All Answers
How to submit a jcl from cics?
What are the 4 fields in dd statement?
How can return codes be tested before execution of a job step?
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?
When space is allocated for an output dataset, what units can be used?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
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
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?
Differentiate between addressing mode and run mode.
what is the difference between JES3 and JES2?
How do you overcome this limitation ?
What is the function of //jcllib statement?
what are JCLLIB and STEPLIB in JCL?