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 |
What are the contents of a DCLGEN?
Define declaration generator (dclgen).
What is alias in db2?
What is the reason behind not using select * in embedded sql programs?
Mention some fields that are a part of sqlca.
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
What is the difference between bind and rebind in db2?
How to resolve -805 error in DB2?
What is dynamic SQL?
I want to fetch the 10th row of a table which has been changed.How can I do it without going thru all the rows.
What are the advantages of using a PACKAGE?
Where can you declare a cursor in a cobol-db2 program?