In cobol+DB2program if the code of cobol program has changed
than i have to do precompilation once again?
Answers were Sorted based on User's Feedback
Answer / sachin
Yes,
cobol+DB2program(is Main pgm)---->Changed----> Precompile
once again
cobol+DB2program(is Sub pgm)---->Changed(SUB)---->
Precompile (Sub) once again, Precompile(Main) Not required.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mdvasanth86
If you are making changes to the COBO code and not touching
the Embedded SQL code, you can have the LEVEL - Db2
precompiler option set and Compile and link edit the
program. No BINDING REQUIRED.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is ACQUIRE/RELEASE in BIND?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
1. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
What is the clustering index in the db2 database?
What is an instance database?
What is plan in cobol db2?
How do you retrieve the data from a nullable column?
What is a correlated sub query?
What is a clustering index?
What does DML stand for and what are some examples of it?
When do you specify the isolation level? How?
What statistic will tell the DBA how must space can be reclaimed from dropped table spaces on the next reorg run?