SPP4104 Error at line <line>, column <column>:Invalid USING clause; <name> is not a dynamic cursor - Preprocessor2 for Embedded SQL

Teradata Preprocessor2 (SPP Prefix) Messages

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Preprocessor2 for Embedded SQL
Release Number
15.xx, 16.xx, 17.xx, 20.xx
Published
June 2020
Language
English (United States)
Last Update
2023-11-20
lifecycle
Latest
Product Category
Teradata Tools and Utilities

SPP4104 Error at line <line>, column <column>:Invalid USING clause; <name> is not a dynamic cursor

Language:

C, COBOL, PL/I

Possible Cause:

A USING clause has been used on the OPEN statement of a non-dynamic (static) cursor.

Possible Solution:

The USING clause may only be used with a dynamic cursor (i.e. the associated SQL statement(s) are not known until execution time and contains parameter markers (?)).