What are catalog tables in db2?
No Answer is Posted For this Question
Be the First to Post Answer
Is DECLARE TABLE in DCLGEN necessary? Why it used?
How is deadlock resolved?
In a DB2-CICS program which is acts as co-ordinator and which is participant?
in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.
how to resolve -811 sqlcode .give clear explaination
how to identify the pseudo conversation by seeing the program
Outputs of explain are with matchcols = 0. What does this signify?
What is a clustered index?
How do I change the column size in db2?
Define predicate?
in GDG: is it poosible to copy records from a file which utilizes some 100 cylinders to a gdg whose model is defined as trk(1,0) and also it possible to copy 100 bytes file to 80 bytes file?
What is the difference between cursor and select statement?