If my file contains 100,000 records and job abended at
55,000th records processing then how can i restart job from
that record onward by ignoring that record. I can not edit
the file as file size is big and it is getting browse
substituted?
Answer Posted / neeraj
I think this logic is sufficient to fullfill this req:
// pgm=dfsort
/*
sort fields=copy,skiprec=55000
*/
//srtin dd dsn=orig-file
//sortout dd dsn=newfile
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
What are the different data types in cobol?
Define static linking and dynamic linking.
how do you reference the printer file formats from cobol programs
what are decleratives in cobol?
what is the difference between COBOL2 AND COBOL390?
Can we redefine the field of x(200) to less than 200?
What rules are to be followed while using the corresponding options?
what happens if parmparameter passes zero bytes to the program
how to access the file from prodution from changeman tool and to submit a file to production
i want a program using by if, evaluate , string, unstring, perform, occurs?
When is inspect verb is used in cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is static and dynamic call in cobol?
Write the code to count the sum of n natural numbers.