resultSetID
The result-set identifier is in the EGL syntax and is used when you are accessing a relational database and need to relate the following kinds of statements:
- First, an open or get statement that selects a result set, or an open statement that calls a stored procedure that returns a result set
- Second, the statements that access the result set
If you are using an SQL record as the I/O object, the record name is sufficient to relate one kind of statement to another, unless you modify the SQL statements associated with the record to retrieve different sets of columns for update in different statements. In this case, use a result-set identifier to identify the result set associated with an EGL replace statement.
Related concepts
SQL support
Related reference
replace
open
get