i hav created a program and moved to production but failed
to create the table which is been used in the program. the
program shows error as soon as it is moved or installed in
production or shows error during its runtime. what is the
sqlcode for this error
Answer Posted / nitin
If the table is missing then you will get sql code -204.
You will get -204 while binding if you specify the bind
parameter validation(bind) and you will get the -204 at
run time( bind will run sucessfully) if you specify the
bind oparameter as validatin(run).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is database reorganization?
How to check sequence on a table in db2?
Are view updateable?
What is a db2 schema?
Highlight all the advantages that are attached to a package.
How do I import data from excel to db2?
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
What is a cursor in programming?
What is access path in db2?
Hello All, We have requirment to Replace BMC Db2 Load product thru CA FAST LOADPlus product. Do anyone have JCL to for FAST LOADPLUS and what all are thing need to take in consideration.
What are the various isolation levels possible?
What is declare cursor?
Can we delete records from view?
What is the difference between dbm cfg and db cfg file in db2 ?
How do you simulate the explain of an embedded sql statement in spufi/qmf?