Is it possible to read a sequential file in reverse order in COBOL? One possible solution I could think of is to sort the file in reverse order and then read it, but I would want the discussion to be open for other solutions... Regards
"; ; ; ;
Custom Search
there are cases that you need to read a file backwards, like for example you need to get the last transaction number of the file and then produce the next transaction file increasing the read transaction number by 1