what's the equivalent Cobol Data type for Decimal(x,y) in
DB2? what does the current SQLID register contain?
Answer Posted / marekj
SQLID - current SQL authorization ID, and qualifier for
dynamic SQL if DYNAMICRULES(run) was set during BIND process.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Define predicate?
What is the purpose of using commit?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
Why do chiropractors use drop table?
What is db2 purescale?
What are packages in db2?
How can we retrieve the total number of records in RPG & CLLE?
What is explain in db2?
What is the difference between plan and package in db2?
What do you mean by cursor?
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
What are bind parameters in db2?
How to run db2 command in windows?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
What is release/acquire in bind?