What is the picture clause of the null indicator variable?
Answers were Sorted based on User's Feedback
Answer / mna
The null indicator data-type expected by different
utilities is S9(04) comp. Usage of sync depends on the
version of cobol compiler we are using.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / prasad
S9(04) COMP SYNC
Using SYNC is always better for fast processing.
| Is This Answer Correct ? | 6 Yes | 4 No |
How many clustering indexes can be defined for a table?
How do I delete a table in database?
What is dynamic SQL?
What is read-only cursor?
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?
How to solved 818 error
4 Answers Keane India Ltd, Wipro,
How can you display the current date & current time ?
What is the meaning concurrency in the db2 database?
What are the four lockable units for DB2?
Hi Team, Please tell me, If i don't declare the cursor in the program and i have given open and fetch and close, then what error will get.
What is alias in db2?
Mention the definition of cobol in varchar field.