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
How do I start db2 in windows?
Is it possible using max on a char column?
What is a bind card?
What are the different types of base tables?
What is meant by explain?
What is a collection in db2?
How to check last update on table in db2?
What is the function of logging in the db2 database?
How can you count the number of rows from a table tab?
What is the difference between plan and package in db2?
How does coalesce work?
What is multi row fetch in db2?
What is cursor stability in db2?
Define predicate?
Can there be more than one cursor open for any program?