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 are union and union all?
if there is a table with huge number of records and if i want to extract only first 3 records from the table, what query i have to provide to retreive first 3 records
Define db2 and its databases?
what happend with out using Commit,when closing cursor and program?
Hi this is sures. i need to practice the ibm mainframes.could u telme how can i get userid from IBM.how much cost they will collect for one user id.can send me the details please.thanq
What is db2? Explain.
What is meant by AUTO COMMIT?
What is a cursor and what is its function?
What is bind plan?
If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?
Is schema the same as database?
What are the various locking levels available?