How do you retrieve the data from a nullable column?
Answers were Sorted based on User's Feedback
Answer / s
DB2 application must also include a null indicator host
variable along with the host variable to contain the actual
value.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / amol
We have to include one variable in working storage datatype
s9(4).
and while retriveing the value from nullable column we can
give ;host variable :null indicater. If value from column
is found to be null it will stoare in null indicater.
If we have not include the null indicater and value while
fetching found to be null the program will abend with
saqlcode -305.
| Is This Answer Correct ? | 3 Yes | 2 No |
What is reorg?
How do you retrieve the data from a nullable column?
What is declare cursor?
how to resolve -805 . how to see dbrm and package not found
Is it possible using max on a char column?
What does DSNDB07 database do?
What happens to a cursor after a commit?
List out the buffer pools in db2
Mention the definition of cobol in varchar field.
What does a deadlock mean in DB2?
What is buffer pool?
How many buffer pools are available in db2?