For Null indicator we have 3 values 0,-1,-2.
0->Not nulll
-1->Null
-2->Value truncated
If ther is any possibility to have any positive value other than 0 in Null indicator.If it is so then when we will get and what is the value?
Answer / manikanta
No. Only these 3 values i.e 0, -1, -2 will be there in null indicator.
| Is This Answer Correct ? | 4 Yes | 2 No |
What is a db2 table?
What is dbrm? When it will be created?
What is the difference between TYPE 1 index & TYPE 2 index
Where can you declare a cursor in a cobol-db2 program?
suppose in my table 10 rows are there , i want to update odd rows salary as 90000 ? how u do it ? any one help me ? what do we use here cursor-fetch or normal sql ?
Can we insert update delete in view?
What is cursor stability?
cursor with hold explain ?
i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process
What do you mean by cursor?
What if we try to insert the base table through updatable view , but failed to give a column value which is defined as NOT NULL.
What is scrollable cursor in db2?