fetch multiple rows without using CURSORS

fetch multiple rows without using CURSORS

Is it possible to fetch multiple rows in a COBOL program without using CURSORS. I could find that we can fetch multiple rows using FETCH but then we still would need CURSORS. see the following article for details http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=/com.ibm.db2.doc.relg/fmlt.htm Any thoughts??

“; ; ; ;