I have a file in which I have 20 records. I want my first
record to go into file 1 and second record to go in second
file. I want to copy the alternate records like this in the
two output files. How can I do this using JCL?
Post New Answer View All Answers
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?
What do you understand by the term job time – out and how can you overcome that?
Explain how can return codes be tested before execution of a job step?
what is the use of JCL?
Is automatic restart possible in jcl? If yes, how?
how JCL works?
What is the significance of addrspc parameter in the exec statement?
What happens if both JOBLIB & STEPLIB is specified ?
what is the JCL statement consists of?
Where & How Do You Code Identifier In Jcl?
what sort card you will use to copy the data from one dataset to another dataset?
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
Must tape dataset definitions include vol=ser specifications?
What parameter directs the output of the job log dataset?
How is a type of file defined in the jcl that executes the cobol program?