Hi All,
I am new to Stored Procedures, Cursors. I am getting an error "DB21034E The command was processed as an SQL statement because it was invalid Command Line Processor command. During SQL processing it returned SQL0104N An unexpected token "FOR" was found following "FOR P_DYN_STMT1” Expected tokens may include: "FROM". LINE NUMBER=13. SQLSTATE=42601" when I try to create this stored procedure...
Search Result
Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
-
Error in Stored Procedure (DB21034E)
-
Guest started a topic DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command.in DB2DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command.
Hello
we got a script automatically generated to populate a table that
belongs to a partition table, then while executing we get this error
message:
"DB21034E The command was processed as an SQL statement because it
was not a valid Command Line Processor command. During SQL processing
it returned:
12-14-2004 17:45:55 SQL0204N "TABLE_NAME " is an undefined name.
SQLSTATE=42704"...