I had 100 records and i want to execute last three records by
using cobol programming?what will be coding?
Answer Posted / farid
In jcl we can do as follows.........
1st skip the 97 recordes and write rest 3 into another file
using sort utilities(with the help of jcl).now cobol program
can use the 2nd file which has only last 3 records
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is comp-1 and comp-2?
What are the different rules to perform a Search?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Can you please let me know the centre name of INS certification in Kolkata.
What are the pertinent COBOL
how do you define single dimensional array and multidimensional array in your cobol?
Why would you use find and get rather than to obtain?
How do you reference the fixed block file formats from cobol programs
What is the difference between PIC 9.99 and PIC9v99?
Write the code to count the sum of n natural numbers.
How many bytes S(8) comp field occupy and its maximum value?
Describe the cobol database components?
What are the different open modes available in cobol?
What are the different rules of SORT operation?
How do you define a variable of comp-1 and comp-2?