Previous Topic: CLOSENext Topic: Processing


Description

cursor-name

The name of a cursor that is defined in a DECLARE CURSOR statement in your program. The DECLARE CURSOR statement must precede the CLOSE statement in your source program. When the CLOSE statement is executed, the cursor must be in the open state.