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 / tdagar
We can skip 55000 records using File-Aid as well. Copy the
file into another file and mention 55000 against Skip
records.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is static and dynamic call in cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Explain about different table spaces.
What type of SDLC u followed? Why?
When is inspect verb is used in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Which is not true about evaluate statement
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Write the code implementing the perform … varying.
how do you reference the esds vsam file formats from cobol programs
What is the use of intialize verb?