What is ibm db2 database?
No Answer is Posted For this Question
Be the First to Post Answer
Cursors can be declared in both working-storage & procedure division, Agreed. But is there any difference? If could you please suggest what is the difference. TIA
How would one remove old reorg information from the DB2 catalog?
Can DB2 be accessed by TSO users? If yes, which command is used to invoke DB2?
What is cloudant database?
What are iseries servers?
Suppose there are many duplicate records in a Db2 table. What is the query to retrive only duplicate records?
How can you do the explain of a dynamic sql statement?
why we go for SPUFI for creating tables or for sql queries?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
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.
what is + sign and -ve sign for sql code ?
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?