What is bind in db2?
No Answer is Posted For this Question
Be the First to Post Answer
Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)
i have a db2 variable how do u declare tht into working storage section ?
What does db2 mean?
Where can you declare a cursor in a cobol-db2 program?
If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?
On the create tablespace, what does the CLOSE parameter do?
What will the FREE command do to a plan?
How do you find the maximum value in a column in db2?
how do u update the faltfile into db2 table ?
Explain about mirror activator disk mirroring?
What is an alias and how does it differ from a synonym?
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI