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 / hemant borase
// pgm=dfsort
/*
sort fields=copy,stopaft=55000,skiprec=55000
*/
//srtin dd dsn=orig-file
//sortout dd dsn=newfile
...
correct me if i am wrong because we need to skip only
55,000th record.
am i rt?
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
how do you define single dimensional array and multidimensional array in your cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is a scope terminator give example?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the difference between comp and comp-3?
How do u write test cases?
Explain what you understand by passing by value.
Difference between cobol and cobol-ii?
What is the difference between Call and a Link?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
State the various causes of s0c1, s0c5 and s0c7.
What is a SSRANGE and NOSSRANGE?
example for sub strings ? and refernce modifications whit output pls
What are 77 levels used for?