Glossary

Result Set

A set of rows returned from a stored procedure to the caller via a cursor declared WITH RETURN. The caller receives the result set using ASSOCIATE LOCATORS and ALLOCATE CURSOR.

Learn More

Related Terms