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 is the advantage in De-normalizing tables in DB2?
Which component is responsible for processing sql statements and selecting access paths?
List out the data types available.
What is null indicator in cobol db2?
What's The Percentage Free Space ?
Suppose there are many duplicate records in a Db2 table. What is the query to retrive only duplicate records?
Discuss about db2 bind?
What is the usage of open cursor command?
Explain the function of data manager.
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
What does it mean if the null indicator has -1, 0, -2?
What is subquery ?