Answer Posted / biswamoy majumder
To insert a NULL, move -1 to the null indicator, To insert
a valid value, move 0 to the null indicator.
declare separately Null indictor variable in Working-
Storage section.
10 variable-NI pic s9(04) Usage comp.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is package in db2 mainframe?
How do I optimize a query in db2?
What is sqlca’s maximum length?
What is host variable?
What is the default page size of buffer pools?
Differentiate between cs and rr isolation levels? Where do you specify them?
Define data page.
What is copy pending status in db2?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
How do I add a column to a table in db2?
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
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What is the meaning concurrency in the db2 database?
How do I copy a table in db2?
What is the use of commit in db2?