read a sequential file in reverse order in COBOL

read a sequential file in reverse order in COBOL

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

“; ; ; ;