i have a db2 variable how do u declare tht into working storage section ?
Answer Posted / guest
the db2 variable can be declared in the working-storage
section by using the DCLGEN of the particular table.
Eg:
EXEC SQL
INCLUDE DCB0XXX
END-EXEC.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between oracle and db2?
What is innodb buffer pool?
What are host variables in db2?
What is the use of value function?
Explain what are the various isolation levels possible?
What type of database is db2?
Can you use max on a char column?
Explain about dbrm.
What is declare cursor?
Is it possible using max on a char column?
How to run db2 command in windows?
Explain the benefits you can get from mainframe connect?
Explain db2.
What is the reason behind not using select * in embedded sql programs?
Why cursor is used in db2?