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 the purpose of the SDSNLOAD dataset in the STEPLIB while running DB2 programs?
Can you use a select query in a loop to fetch multiple rows? If so what is the advantage of using a cursor?
Hello All, We have requirment to Replace BMC Db2 Load product thru CA FAST LOADPlus product. Do anyone have JCL to for FAST LOADPLUS and what all are thing need to take in consideration.
Which are the db2 tools to protect integrity of the database?
How will you return the number of records in table?
What are the 4 environments which can access DB2 ?
Hi. I am currently working as a application developer. I would like to persue a DB2 certification exam. Can anybody please provide me the details about this exam like Syllabus, Cost and how to take the certification?
What is usage pointer in cobol?
What are packages in db2?
Name some fields from SQLCA.
What are some SQL aggregates and other built-in functions?
What is a DB2 plan?