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
Answers were Sorted based on User's Feedback
Basically n+1, one for the main programs and n for n sub
programs.
| Is This Answer Correct ? | 4 Yes | 0 No |
1. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
What is a clustering index ?
How to fetch the last row from the table in SQL (db2)?
Why might full image copies be faster to implement than an incremental image copy?
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?
What is package versioning? Please give an example.
What are the prerogatives?
What is DYNSLT keyword? How do you perform selection using DYNSLT
What is clone table?
Can we delete records from view?
what are bind concepts in db2 cobol?
What if we fail to give values in columns declared as NOT NULL ?