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 |
What is db2 instance?
Where would you find information about the type of database authority held by the user?
What is db2? Explain.
how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)none
How do I import data from excel to db2?
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
What is the size of a data page?
quary for 1> fetch last record 2> fetch in reverse order 3> fetch last 5 row 4> fetch second last record (their is no primary key) i think concept of count can be use for this in 4th
Are view updateable?
how to u check the query is executing or not ?where will u check for sqlcode ?
Can you search give an array in the WHERE clause of a db2 query?
pls explain the precompilation process of cobol-db2 pgm