Previous Topic Next topic Print topic


RSLOCATORS

Enables non-COBOL client applications to read result sets from COBOL stored procedures that have been migrated from the mainframe and that use SQL(DIALECT=MAINFRAME).
Restriction: Applies to .NET applications only.

Syntax:

[NO]RSLOCATORS

Properties:

Default: RSLOCATORS

Dependencies:

To use RSLOCATORS, you must set DBMAN=ADO.

Scope:

Used at compile time: Yes
Behavior at run time: Source file

See Scope - HCOSS SQL Compiler Directive Options for more information.

Comments:

Cursors declared as WITH RETURN TO CALLER return default SQL Server result sets rather than simulated mainframe result set locators.

Previous Topic Next topic Print topic