If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
For below query 'FIELD1' is a multi valued descriptor, The issue is CURSOR operations OPEN, FETCH are not supported on 'CUR1' . Can somebody plz explain
EXEC ADABAS
FIND
DECLARE CURSOR CUR1
SELECT FIELD1, FIELD2
FROM FILE1
WHERE FIELD1 = <VALUE>
END-EXEC