Implicit cursor close: All cursors in a program are in the closed state when:
Close cursors for performance: Explicitly closing cursors as soon as possible can improve performance.
Procedure considerations: Special rules apply to cursors within procedures that have not been closed before returning to the calling program. For more information, see CALL.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.