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
Answer Posted / vaneesh khurana
Basically n+1, one for the main programs and n for n sub
programs.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a bind in db2?
What are catalog tables in db2?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
What is db2?
What is the difference between nvl and coalesce?
What is the picture clause of null indicator variable?
What is the meaning concurrency in the db2 database?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is dbrm library?
What are bind parameters in db2?
i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?
What action db2 takes when a program aborts in the middle of a transaction?
What is explain plan in db2?
What is db2 and what is the use of db2 optimizer?
Explain correlated sub-queries.