How do you read a line sequential file backwards.. I basically have a existing text file that i need to add control characters to in certain places... the easiest way for me to do this, considering what i have the key off of, is to read the file backwards..
i can always read / write to a new file, but this particular instance is a 75,000 page document and id rather edit the existing document than creating a new one.
But i am not sure how to do this in Cobol...
anyone have any ideas?
i can always read / write to a new file, but this particular instance is a 75,000 page document and id rather edit the existing document than creating a new one.
But i am not sure how to do this in Cobol...
anyone have any ideas?