Answer Posted / kalpana
Using the sort card we can split the file.
//SYSIN DD *
SORT FIELDS=COPY,SKIPREC=56910,STOPAFT=25
/*
SKIPREC means how many records we need to skip and STOPAFT
means how many records we need to put in the
file.
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
What is the motivation behind coding class parameter in job statement?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is multithreading in jcl?
What are some jcl statements that are not allowed in procedures?
a dd statement has 2 types of parameters. Name them?
how to compare two datasets without using superce because output is limited to 133 bytes
what is the compile process of cobol program expalin with code
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What do you understand by jcl?
How jcl work to handle various input output file operations?
Explain how can an in-stream dataset be terminated?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
which utility is used to run a cobol-db2 program?