What would be the best way to read next and/or previous row in an SQL database using the “SELECT” statement in Managed COBOL? For example, suppose I have the following table and whereby the key is “Name”:
Name Age
John 20
Jane 25
Rob 30
Is there another statement besides the “Select” that would be more appropriate? Thanks in advance for your help.




