What does CURRENTDATA option in bind indicate
Answer / s
CURRENTDATA tells DB2 whether data upon which the cursor is
positioned should remain current with the data in the base
table.
| Is This Answer Correct ? | 8 Yes | 0 No |
What is a host variable?
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
how to copy the host variables from ps file into cobol program other than include statement
What is db2 catalog database?
What is the use of DELGEN in DB2? Can we Write the program with out using it?
What is Declaration Generator(DCLGEN)?
What is a PLAN table? How will you use it? Give the various fields of PLAN table?
Can you tell me how can you find out the # of rows updated after an update statement?
What is difference between *omit and *nopass?
What does the RUNSTATS Utility do?
What is the format (internal layout) of ?TIMESTAMP??
If I have 5 Queries in a DB2 Cobol program , while precompiling how many DBRMs will get created and How many Plans and Packages will get created while Bind Process?