Multiple choice technology mainframe

"Even for a single fetch from DB2 table, cursor is required in an easytrieve program.". Is the statement true?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Easytrieve, when accessing DB2 tables, a cursor is required even for a single fetch operation. This is because DB2 operations in Easytrieve are cursor-based by design - the cursor declaration and use are mandatory for SQL operations, regardless of the number of rows being fetched.