FAQ > PERCobol and SQL Notes > SQL Cursors

Search the FAQ for entries containing:

LegacyJ has developed samples of using Cursors with LegacyJ PERCobol. The sample illustrates:

* static SQL cursor.
* static SQL cursor using host variables anywhere in working storage.
* static SQL cursor using host variables within an SQL DECLARE SECTION.
* dynamic SQL cursor (i.e., prepared statement).
* dynamic SQL cursor (i.e., prepared statement) constructed with STRING verb.

Please download the SQLcursors.zip file from the LIBRARY section

Last updated on December 28, 2009 by Daniel Myers