Hi Forum Members
I am using embedded SQL within a COBOL program and I want to retrieve a row from a table without using condition statements (e.g. where a = b) or a cursor.
For example, if the table had 100 rows, and I want to retrieve the 54th is this possible. The 54th row would actually be the nth row specified by a variable.
If you can help send us an email
Many thanks
davesjwilliams@yahoo.co.uk
I am using embedded SQL within a COBOL program and I want to retrieve a row from a table without using condition statements (e.g. where a = b) or a cursor.
For example, if the table had 100 rows, and I want to retrieve the 54th is this possible. The 54th row would actually be the nth row specified by a variable.
If you can help send us an email
Many thanks
davesjwilliams@yahoo.co.uk