How to Link Tables Using SQL Named Parameters

-DB2_NUMBER_ROWS - Returns the number of rows in the result table if the previous SQL statement was an OPEN or a FETCH-See manual for full list of 96+ item names Open C1 DB2_NUMBER_ROWS= 14 Open C1 DB2_NUMBER_ROWS= 14 exec SQL declare C1 scroll cursor for select deptNo, deptName from department order by deptNo ... ................
................