WHAT IS NULL INDICATOR ? WERE IS THIS USED? AND IF IT IS
USED IN FILES CONCEPT? HOW DO WE USE IT?
Answers were Sorted based on User's Feedback
We use Null Indicator to fetch the Null Values from the
database through the application Program.
If we don't mention Null Indictor, in that case Null Values will not be retrieved by application program.
THANKS
| Is This Answer Correct ? | 1 Yes | 0 No |
NULL indicator specifically used to find the value is present
or not in Table. For PRIMARY key the value should present.
When working with this key in program, there may be chance of
no value is present/value truncated. In such cases, NULL
indicator is used.
In file NULL indicator cannot be used.
| Is This Answer Correct ? | 0 Yes | 1 No |
How to check table size in db2 sap?
What is COPY PENDING status?
What is the difference between cursor stability and repeatable read isolation levels?
What are the functions in DB2?
What does db2 blu stand for?
On which levels locks can be applied?
What is a NULL value? What are the pros and cons of using NULLS?
What are the contents of a DCLGEN?
What is the difference between static and dynamic SQL?
Can you search give an array in the WHERE clause of a db2 query?
what is the differences between spufi and qmf and which is better?
4 Answers Accenture, Cap Gemini,
What is the picture clause of null indicator variable?