COBOL PRECOMPILER ERROR:
"XXXXXX" (TABLE) PREVIOUSLY DECLARED OR REFERENCED
DCLGEN VARIABLES GETS IMPORTED TWICE FOR ONLY ONE EXEC SQL
STATEMENT.
WHAT COULD BE THE PROBLEM?
Answer / praveen kumar
ensure that u hv included dclgen members before executing
any query or using table name anywhere in the program
| Is This Answer Correct ? | 2 Yes | 2 No |
Define predicate?
What are packages in db2?
What are union and union all?
What is a db2 table?
How do I add a column to a table in db2?
What is the connection string to connect to the DB2 Database ?
What is the difference between IN subselects and EXISTS subselect?
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
What is the use of runstats in db2?
what is a trigger and types of triggers
When is the results table for the query in a DECLARE CURSOR statement created?
What is the meaning concurrency in the db2 database?