Loading...
Select Version
A dynamic cursor description is evaluated when the cursor is opened with the OPEN statement.
If a dynamic cursor description includes placeholders, the associated values can be made available in the USING clause of the OPEN statement via host variables or a descriptor area that has already been supplied with values. Otherwise, the same rules apply to the evaluation of a dynamic cursor as apply to a static cursor.